From 2b528edce044642edcd388b851f52012b7e09e38 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Thu, 18 Oct 2018 17:09:38 +0800 Subject: rfkill: Add RFKill support plugin on Linux systems from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei --- plugins/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 05d04c7..3e14a03 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -28,5 +28,11 @@ else disabled_plugins += smartcard endif +if BUILD_RFKILL +enabled_plugins += rfkill +else +disabled_plugins += rfkill +endif + SUBDIRS = common $(enabled_plugins) DIST_SUBDIRS = $(SUBDIRS) $(disabled_plugins) -- cgit v1.2.1