[Libreoffice-commits] core.git: svx/Library_svxcore.mk

Tor Lillqvist tml at collabora.com
Sat Aug 30 01:18:04 PDT 2014


 svx/Library_svxcore.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 90c38d993dfda3c0fbb411a09d5be77cb41ea0bf
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Aug 30 11:11:27 2014 +0300

    Fix build problem in the --disable-database-connectivity case
    
    Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090

diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index f66b2a0..65c69fb 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -56,7 +56,8 @@ $(eval $(call gb_Library_use_libraries,svxcore,\
     comphelper \
     cppuhelper \
     cppu \
-    dbtools \
+    $(call gb_Helper_optional,DBCONNECTIVITY, \
+        dbtools) \
     drawinglayer \
     editeng \
     fwe \


More information about the Libreoffice-commits mailing list