summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-04-15 21:22:53 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-04-15 21:22:53 +0200
commit808d14765bcf57870c9306c40a431e525b0eaa71 (patch)
tree280ea14b253a1ef511450b01a6a95703012219be /Repository.mk
parentc2d9639efae97a373e6bdf01176d94a44b19d9b9 (diff)
do not register dbtools if we don't use it
Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk
index 4a7e1848147f..15c34813c550 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -230,7 +230,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \
dba \
dbase \
dbmm \
- dbtools \
+ $(if $(DISABLE_DBCONNECTIVITY),,dbtools) \
dbaxml \
deploymentmisc \
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
@@ -385,8 +385,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
textconversiondlgs \
textfd \
updatecheckui \
- $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
- vbahelper) \
+ $(if $(DISABLE_SCRIPTING),,vbahelper) \
vclplug_gen \
vclplug_gtk \
vclplug_gtk3 \