summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-14 15:28:10 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-15 20:12:01 +0100
commitf4092cb7657b0a403078d593cb612431858150ca (patch)
tree5106637ff5cc9831c24db1c3792b224c61567848 /desktop
parent1f628c7bf8361086be2044d0d6aa8bbf3f128162 (diff)
do not build on macosx and win
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 267cc2c57fbd..ed2c1fe51799 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -68,12 +68,17 @@ $(eval $(call gb_Module_add_targets,desktop,\
Pagein_impress \
Pagein_writer \
))
+
+ifneq ($(OS),MACOSX)
+ifneq ($(OS),WNT)
ifneq ($(JITC_PROCESSOR_TYPE_EXPORT),)
$(eval $(call gb_Module_add_targets,desktop,\
Package_soffice_sh \
))
endif
endif
+endif
+endif
ifeq ($(OS),WNT)