From 00af15150ecdbccc0255efc388b5e242aae14473 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 11 Nov 2016 16:10:10 +0200 Subject: 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. --- Makefile.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.plugins') 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 \ -- cgit v1.2.1