Kaydet (Commit) 6c1614a6 authored tarafından David Tardon's avatar David Tardon

sal_textenc is a runtime dep of cppumaker

Change-Id: I9fd91ee8c15479e9956daa5c85a09f141ef6cc3f
üst 46cf9aed
...@@ -3085,6 +3085,12 @@ $(call gb_Executable_add_runtime_dependencies,climaker,\ ...@@ -3085,6 +3085,12 @@ $(call gb_Executable_add_runtime_dependencies,climaker,\
) )
endef endef
define gb_Executable__register_cppumaker
$(call gb_Executable_add_runtime_dependencies,cppumaker,\
$(if $(filter-out ANDROID,$(OS)),$(call gb_Library_get_target,sal_textenc)) \
)
endef
gb_Gallery__UNO_COMPONENTS := \ gb_Gallery__UNO_COMPONENTS := \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
......
...@@ -13,7 +13,6 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers)) ...@@ -13,7 +13,6 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers))
$(eval $(call gb_Executable_use_libraries,cppumaker,\ $(eval $(call gb_Executable_use_libraries,cppumaker,\
sal \ sal \
sal_textenc \
salhelper \ salhelper \
unoidl \ unoidl \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment