summaryrefslogtreecommitdiffstats
path: root/desktop/Module_desktop.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-05 22:21:57 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-12 15:35:35 +0000
commitddaf31f183fe3f2fbf76c1b87eb5a943dc6d833f (patch)
treeb01578b77ea9725ad409aac76dacb54a01dba3c2 /desktop/Module_desktop.mk
parentliblibo: test documentLoad method (diff)
downloadcore-ddaf31f183fe3f2fbf76c1b87eb5a943dc6d833f.tar.gz
core-ddaf31f183fe3f2fbf76c1b87eb5a943dc6d833f.zip
liblibo: install test library by itself and install it.
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
Diffstat (limited to 'desktop/Module_desktop.mk')
-rw-r--r--desktop/Module_desktop.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index d97bff3f1b1c..a05cceba6c76 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_targets,desktop,\
AllLangResTarget_dkt \
Library_deployment \
Library_deploymentmisc \
- Library_libreoffice \
Library_offacc \
Library_sofficeapp \
Library_spl \
@@ -43,6 +42,12 @@ $(eval $(call gb_Module_add_targets,desktop,\
Zip_brand_dev \
))
+ifeq ($(OS),LINUX)
+$(eval $(call gb_Module_add_targets,desktop,\
+ Library_libreoffice \
+))
+endif
+
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,desktop,\
Executable_unopkg.bin \