Kaydet (Commit) f2110ff0 authored tarafından Michael Stahl's avatar Michael Stahl

fix gengal dependency on configuration

Uses wrong package, fix it like 51ff7512,
thanks for adam_co for finding this problem.

Change-Id: Ic643a76b3e4504aa815cd76897287a1d7bb62569
üst 3edc4b8a
...@@ -2941,7 +2941,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\ ...@@ -2941,7 +2941,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\
$(call gb_Library_get_target,vclplug_svp) \ $(call gb_Library_get_target,vclplug_svp) \
)) \ )) \
$(call gb_Package_get_target_for_build,cppuhelper_unorc) \ $(call gb_Package_get_target_for_build,cppuhelper_unorc) \
$(call gb_Package_get_target_for_build,postprocess_registry) \ $(call gb_Package_get_target_for_build,postprocess_registry_install) \
$(call gb_Rdb_get_target_for_build,ure/services) \ $(call gb_Rdb_get_target_for_build,ure/services) \
$(INSTROOT)/$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb \ $(INSTROOT)/$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb \
$(call gb_UnoApi_get_target,offapi) \ $(call gb_UnoApi_get_target,offapi) \
......
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