gnumake4: #i117610#: move icule to RepositoryExternal.mk [hg:e86f5a26e982]
This commit is contained in:
parent
87e4433cdc
commit
e1999381b3
2 changed files with 9 additions and 1 deletions
|
@ -105,7 +105,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
|||
|
||||
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
||||
cppunit \
|
||||
icule \
|
||||
))
|
||||
|
||||
|
||||
|
|
|
@ -290,6 +290,9 @@ endif # SYSTEM_GRAPHITE
|
|||
|
||||
ifeq ($(SYSTEM_ICU),YES)
|
||||
|
||||
define gb_LinkTarget__use_icule
|
||||
$(call gb_LinkTarget_add_libs,$(1),-licule)
|
||||
endef
|
||||
define gb_LinkTarget__use_icuuc
|
||||
$(call gb_LinkTarget_add_libs,$(1),-licuuc)
|
||||
endef
|
||||
|
@ -297,9 +300,15 @@ endef
|
|||
else # !SYSTEM_ICU
|
||||
|
||||
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
||||
icule \
|
||||
icuuc \
|
||||
))
|
||||
|
||||
define gb_LinkTarget__use_icule
|
||||
$(call gb_LinkTarget_add_linked_libs,$(1),\
|
||||
icule \
|
||||
)
|
||||
endef
|
||||
define gb_LinkTarget__use_icuuc
|
||||
$(call gb_LinkTarget_add_linked_libs,$(1),\
|
||||
icuuc \
|
||||
|
|
Loading…
Reference in a new issue