[Libreoffice-commits] core.git: solenv/gbuild

Michael Meeks michael.meeks at collabora.com
Fri Nov 27 02:32:45 PST 2015


 solenv/gbuild/Gallery.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a8860122fecbaa932a48f41a38077f621275be9d
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Fri Nov 27 10:42:12 2015 +0000

    Mend gallery build dependencies for OS/X and add services/services.rdb dep.
    
    Change-Id: I628b7986253108a6f9ea8eed28ae3b3f0f8b91b1

diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk
index c286339..a923d0a 100644
--- a/solenv/gbuild/Gallery.mk
+++ b/solenv/gbuild/Gallery.mk
@@ -69,7 +69,8 @@ $(dir $(call gb_Gallery_get_target,$(1)))%/.dir :
 
 $(call gb_Gallery_get_target,%) : \
 		$(call gb_Executable_get_runtime_dependencies,gengal) \
-		$(INSTDIR)/program/$(call gb_Helper_get_rcfile,gengal) \
+		$(INSTROOT)/$(LIBO_ETC_FOLDER)/services/services.rdb \
+		$(INSTROOT)/$(LIBO_ETC_FOLDER)/$(call gb_Helper_get_rcfile,gengal) \
 	    $(call gb_ComponentTarget_get_target,ucb/source/core/ucb1) \
 	    $(call gb_ComponentTarget_get_target,ucb/source/ucp/file/ucpfile1)
 	$(call gb_Gallery__command,$@,$*)


More information about the Libreoffice-commits mailing list