[Libreoffice-commits] .: l10ntools/StaticLibrary_transex.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 11 16:09:52 PST 2012


 l10ntools/StaticLibrary_transex.mk |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 8a113724df548bbad5f2739b541db465586ad3ee
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Sun Nov 11 19:09:31 2012 -0500

    transex needs boost
    
    Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd

diff --git a/l10ntools/StaticLibrary_transex.mk b/l10ntools/StaticLibrary_transex.mk
index 4996b05..e1a7545 100644
--- a/l10ntools/StaticLibrary_transex.mk
+++ b/l10ntools/StaticLibrary_transex.mk
@@ -37,9 +37,8 @@ $(eval $(call gb_StaticLibrary_set_include,transex,\
     $$(INCLUDE) \
 ))
 
-$(eval $(call gb_StaticLibrary_use_packages,transex,\
-	sal_generated \
-	sal_inc \
+$(eval $(call gb_StaticLibrary_use_unpacked,transex,\
+	boost \
 ))
 
 $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\


More information about the Libreoffice-commits mailing list