summaryrefslogtreecommitdiff
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
parentdc64ffbf9e3cf24cebbb454e6b75a0a69656ceb8 (diff)
Fix build problem in the --disable-database-connectivity case
Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090
-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 \