summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-18 13:19:57 +0200
committerRene Engelhard <rene@debian.org>2012-09-18 16:21:45 +0200
commit85dbc8129887fb94370afcb587e2a9264cb2ed10 (patch)
treebc61755fe67411929586c853a65cfe8588d3aff6 /Module_tail_build.mk
parent8c5cd962353dd9ce8234211a66547eb057202eb5 (diff)
add --with-system-bluez and alöllow disabling of sdremote
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r--Module_tail_build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index ec9e006ecf82..c2d6c5dbacab 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -36,7 +36,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
basic \
bean \
binaryurp \
- bluez_bluetooth \
+ $(if $(filter BLUEZ,$(BUILD_TYPE)),\
+ bluez_bluetooth \
+ ) \
canvas \
chart2 \
configmgr \