summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-22 12:49:08 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-08-23 13:15:15 +0000
commit3e0f363d828618e86a0d6c7dac89040bfd37bed1 (patch)
tree19b86edacaeedda72d5b0c0971da0040d892ae33 /svx/Library_svx.mk
parent5ae1369a87ddc0293f6a78ef368179b6f8e43495 (diff)
fdo#53888: svx: fix dependencies:
It appears that since cd0046bca0691fdca45a030903b7cde3bfee544c, 2 tinderboxes fail on including the generated sqlbison.hxx; it turns out one of the inclusions of that in svx is unnecessary and the other is used to call a virtual function, which can apparently be done without linking; just link svx to dbtools anyway, that should fix the build. Change-Id: I7f7b1c4e9561c4dd2b820b173d05bdd5d4c6ba6d (cherry picked from commit 01089138cc76f5717244bd04f25a868602aeaab6) Reviewed-on: https://gerrit.libreoffice.org/456 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r--svx/Library_svx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index ba8ffa181b61..f2bb177f8d8c 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -52,6 +52,7 @@ $(eval $(call gb_Library_use_libraries,svx,\
comphelper \
cppuhelper \
cppu \
+ dbtools \
drawinglayer \
editeng \
i18nisolang1 \