summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-14 11:23:52 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-14 12:29:47 +0100
commite759269e373fa02d3e8566d1edc9fb9526de6640 (patch)
treeaebd0c31b6c608419e4b8e1653a800cfb600bdc7 /RepositoryExternal.mk
parentffae67cba85e9737927d03b525f3108df9b4c526 (diff)
scp2: move ICU to AutoInstall
Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 54d4cb0fa5e5..4553be3e70c8 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1337,6 +1337,10 @@ endef
else # !SYSTEM_ICU
+$(eval $(call gb_Helper_register_packages_for_install,ooo, \
+ icu \
+))
+
ifeq ($(OS)$(DISABLE_DYNLOADING),ANDROID)
gb_ICU_suffix:=lo
else