[Libreoffice-commits] core.git: svl/Library_svl.mk

Kohei Yoshida kohei.yoshida at collabora.com
Thu Jun 26 10:50:41 PDT 2014


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

New commits:
commit 1fabecb123dcc91ebd9d43f3e5c163c7b12b37b0
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Thu Jun 26 13:50:17 2014 -0400

    svl now depends on mdds.
    
    Change-Id: Ifd0bde11ad7e72683e1b95106f487e1eb2a4b487

diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index d00505e..f527701 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -19,7 +19,10 @@
 
 $(eval $(call gb_Library_Library,svl))
 
-$(eval $(call gb_Library_use_external,svl,boost_headers))
+$(eval $(call gb_Library_use_externals,svl,\
+    boost_headers \
+    mdds_headers \
+))
 
 $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
 


More information about the Libreoffice-commits mailing list