[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - i18npool/CustomTarget_localedata.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 00:31:52 PDT 2012


 i18npool/CustomTarget_localedata.mk |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3afa7727a53ed638c2d4dfeb78fc83a6a693e929
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Sep 18 09:30:49 2012 +0200

    add missing deps on URE stuff
    
    Change-Id: I8d17305372ac01ab43a7092d9b8a842f114adb3f

diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk
index 192478c..9210142 100644
--- a/i18npool/CustomTarget_localedata.mk
+++ b/i18npool/CustomTarget_localedata.mk
@@ -38,7 +38,10 @@ $(i18npool_LDDIR)/localedata_%.cxx : \
 		$(SRCDIR)/i18npool/source/localedata/data/%.xml \
 		$(i18npool_LDDIR)/saxparser.rdb \
 		$(OUTDIR_FOR_BUILD)/bin/types.rdb \
-		$(call gb_Executable_get_target_for_build,saxparser)
+		$(call gb_Executable_get_target_for_build,saxparser) \
+		$(call gb_Rdb_get_outdir_target,ure/services) \
+		$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
+		$(call gb_Package_get_target,cppuhelper_unorc)
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SAX,1)
 	$(call gb_Helper_abbreviate_dirs, \
 		$(call gb_Helper_execute,saxparser) $* $< $@.tmp \


More information about the Libreoffice-commits mailing list