summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-11 16:10:10 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-17 14:15:42 +0200
commit00af15150ecdbccc0255efc388b5e242aae14473 (patch)
tree73d08b7eeb0a1d611a3fbfed3e9b3ed7dc57b56e /Makefile.plugins
parent523b6fb52f247d491b51d4d8a0a3d30b0090d59b (diff)
downloadbluez-00af15150ecdbccc0255efc388b5e242aae14473.tar.gz
build: Add option to enable health profiles
This adds--enable-health option dedicated to enabled health plugin so it is no longer enabled with --enable-experimental since that enables other plugins that might not be relevant for the system.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index ba5851868..59342c0cb 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -76,7 +76,7 @@ builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \
EXTRA_DIST += profiles/input/suspend-dummy.c
endif
-if EXPERIMENTAL
+if HEALTH
builtin_modules += health
builtin_sources += profiles/health/mcap.h profiles/health/mcap.c \
profiles/health/hdp_main.c profiles/health/hdp_types.h \