From 0e02229ceb7d3a1ad2537678931dcd2a63285807 Mon Sep 17 00:00:00 2001 From: Tony Espy Date: Thu, 17 Dec 2015 18:29:15 -0500 Subject: build: add support for upower plugin --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b8d42c8d..f6253e58 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,11 @@ if (test "${enable_provision}" != "no"); then fi AM_CONDITIONAL(PROVISION, test "${enable_provision}" != "no") +AC_ARG_ENABLE(upower, AC_HELP_STRING([--disable-upower], + [disable UPower plugin]), + [enable_upower=${enableval}]) +AM_CONDITIONAL(UPOWER, test "${enable_power}" != "no") + AC_ARG_ENABLE(datafiles, AC_HELP_STRING([--disable-datafiles], [do not install configuration and data files]), [enable_datafiles=${enableval}]) -- cgit v1.2.3