[Libreoffice-commits] .: Module_tail_build.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri May 18 01:49:05 PDT 2012
Module_tail_build.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf3a1b074ea2e56692fbb701f1bad333a0f451ad
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Fri May 18 11:36:05 2012 +0300
There is no dbu library unless BUILD_TYPE has DBCONNECTIVITY
Change-Id: Ie48fc4e96afeb1bdcfdd75522e826fa47b6cee3d
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index cda607c..3c4c39a 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -122,6 +122,6 @@ $(if $(strip $(1)),\
$(call tailbuild_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef
-$(eval $(call tailbuild_serialize,scfilt sc sw sd dbu ooxml oox svxcore vcl xo))
+$(eval $(call tailbuild_serialize,scfilt sc sw sd $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) ooxml oox svxcore vcl xo))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list