summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-02 14:55:58 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-02 14:57:58 +0200
commitf2110ff02b049c2d356f539858e78491c2b0eb96 (patch)
treea7738b2c4de736b4f33a57f89fc508d4939c676d /RepositoryExternal.mk
parent3edc4b8aab3d07019592c92eb278d2f016679902 (diff)
fix gengal dependency on configuration
Uses wrong package, fix it like 51ff75129c6b61d4f3ba31fa189b38bbf867910d, thanks for adam_co for finding this problem. Change-Id: Ic643a76b3e4504aa815cd76897287a1d7bb62569
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5285bccb0380..4e06e63d9d2e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2941,7 +2941,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\
$(call gb_Library_get_target,vclplug_svp) \
)) \
$(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) \
$(INSTROOT)/$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb \
$(call gb_UnoApi_get_target,offapi) \