summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-18 17:56:10 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-18 22:18:10 +0100
commit589d63451c52f7df2e5f5758432f0aa6d7a9b6c5 (patch)
tree87d02f7eaf697859280454cee3cd0db99201295d /RepositoryExternal.mk
parenta8dd38dd4bab84de4525d2e96d11610525d07ffc (diff)
scp2: move moz_runtime to AutoInstall
... and why is this not conditional on WITH_MOZAB4WIN but DESKTOP? Change-Id: I6ba3780eb7472b72d4e1338948bd6ce8dcfff529
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2a6243b56439..0d1000bec14d 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2566,7 +2566,11 @@ endef
endif # SYSTEM_POSTGRESQL
-ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+ifneq ($(WITH_MOZAB4WIN),)
+
+$(eval $(call gb_Helper_register_packages_for_install,ooo,\
+ moz_runtime \
+))
define gb_LinkTarget__use_mozilla
@@ -2646,7 +2650,7 @@ endif # !GCC
endef
-endif # DESKTOP
+endif # WITH_MOZAB4WIN
ifeq ($(ENABLE_KDE),TRUE)