RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2110ff02b049c2d356f539858e78491c2b0eb96
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Oct 2 14:55:58 2013 +0200

    fix gengal dependency on configuration
    
    Uses wrong package, fix it like 51ff75129c6b61d4f3ba31fa189b38bbf867910d,
    thanks for adam_co for finding this problem.
    
    Change-Id: Ic643a76b3e4504aa815cd76897287a1d7bb62569

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5285bcc..4e06e63 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) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to