summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-07 22:37:12 +0200
committerAndras Timar <andras.timar@collabora.com>2017-02-17 21:37:16 +0100
commitc6b3412d526b9c5e219fc9aa17969d3ef09322bf (patch)
tree831db718d5289130bb82702e8f23d341fdde58cb /desktop
parent6c590dddc3e5e187fb2d86390ee06c6f7b811180 (diff)
Match conditional in Repository.mk
Change-Id: Ie9deeb673cd5083a2f57a502bfbf49319aa00165 (cherry picked from commit 6b60ea7f9b8bee5559cf33a9e466d30cafaf0cea)
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 5a6604c86b6c..17ec5bf52b12 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -52,6 +52,10 @@ $(eval $(call gb_Module_add_targets,desktop,\
Pagein_impress \
Pagein_writer \
CustomTarget_soffice \
+))
+
+ifeq ($(USING_X11), TRUE)
+$(eval $(call gb_Module_add_targets,desktop,\
Package_sbase_sh \
Package_scalc_sh \
Package_sdraw_sh \
@@ -63,6 +67,7 @@ $(eval $(call gb_Module_add_targets,desktop,\
endif
endif
endif
+endif
ifeq ($(OS),WNT)