diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-18 11:36:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-18 11:44:34 +0300 |
commit | bf3a1b074ea2e56692fbb701f1bad333a0f451ad (patch) | |
tree | 2b88a18ad816b9750768da51cef2e86614e70bdd | |
parent | 898d64869f71ebf3ec1fa6f3b9e72e12343caec2 (diff) |
There is no dbu library unless BUILD_TYPE has DBCONNECTIVITY
Change-Id: Ie48fc4e96afeb1bdcfdd75522e826fa47b6cee3d
-rw-r--r-- | Module_tail_build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index cda607c62814..3c4c39ac5b3d 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: |