[Libreoffice-commits] core.git: Add sal_textenc dependency to cppumaker

David Tardon dtardon at redhat.com
Wed Jan 8 04:51:25 PST 2014


Hi,

On Wed, Jan 08, 2014 at 11:38:09AM +0100, Stephan Bergmann wrote:
> On 12/30/2013 10:57 PM, Isamu Mogi wrote:
> >diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk
> >index 26347a0..049e0c7 100644
> >--- a/codemaker/Executable_cppumaker.mk
> >+++ b/codemaker/Executable_cppumaker.mk
> >@@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers))
> >
> >  $(eval $(call gb_Executable_use_libraries,cppumaker,\
> >      sal \
> >+    sal_textenc \
> >      salhelper \
> >      unoidl \
> >  ))
> 
> sal_textenc is a runtime, not a build-time dependency of cppumaker.
> Do we have gbuild support to express that dependency in a better
> way?

We do, see commit 6c1614a6f000a8ef18ce0de241af649ac9588477 .

D.


More information about the LibreOffice mailing list