[Libreoffice-commits] core.git: RepositoryExternal.mk

David Tardon dtardon at redhat.com
Mon Aug 4 08:27:38 PDT 2014


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

New commits:
commit e59420dd1ee5c3474ba3d6ef444b0ee947081624
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Aug 4 17:23:54 2014 +0200

    make sure image zips are done when gengal is run
    
    ... to avoid potential uncaught exception.
    
    Change-Id: I454b9fbb5c35fd72757dfc21687b980982453465

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index f10c68f..4026bd7 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3690,6 +3690,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal,\
 	$(if $(filter-out MACOSX WNT,$(OS_FOR_BUILD)),$(if $(ENABLE_HEADLESS),, \
 		$(call gb_Library_get_target,vclplug_svp) \
 	)) \
+	$(call gb_Package_get_target_for_build,postprocess_images) \
 	$(call gb_Package_get_target_for_build,postprocess_registry) \
 	$(call gb_Rdb_get_target_for_build,ure/services) \
 	$(INSTROOT)/$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb \


More information about the Libreoffice-commits mailing list