summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-30 11:11:27 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-30 11:13:41 +0300
commit90c38d993dfda3c0fbb411a09d5be77cb41ea0bf (patch)
treefaef296e3ae139c5ad15b004409cfffe1e186a39 /svx
parentjurt: fix some javadoc errors for JDK 8 (diff)
downloadcore-90c38d993dfda3c0fbb411a09d5be77cb41ea0bf.tar.gz
core-90c38d993dfda3c0fbb411a09d5be77cb41ea0bf.zip
Fix build problem in the --disable-database-connectivity case
Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svxcore.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index f66b2a0a08d4..65c69fbbc4cb 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 \