summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-23 00:27:58 +0300
committerAndras Timar <andras.timar@collabora.com>2015-05-19 12:52:48 +0200
commitc11ec4a5caa9452e78975ff24e9e1679cf0d0a57 (patch)
treeb5d04b88d9df98ef5645d94b8ec3e8fd7b816e0a /Repository.mk
parentb077e2796e7e45549f69081db9c1a337ce31220b (diff)
We need the gengal program at build time
But don't bother shipping it on OS X, at least not in the sandboxed (App Store) case. Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24 (cherry picked from commit 11b4f4bfbee257d63f6a52808fb02b903ddea0d5) Conflicts: Makefile.in Repository.mk
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk
index ef03edf315e8..3396fe96d095 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -142,9 +142,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
))
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
- $(if $(ENABLE_MACOSX_SANDBOX),, \
- gengal \
- )\
+ gengal \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
$(if $(filter WNT,$(OS)),,uri-encode) \