From 77239cc4470fc515e1c8c6c21005fa08f3b1b04e Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Mon, 6 Jul 2015 20:25:30 +0300 Subject: bsd: Add critical action support for *BSD This patch adds support for using ConsoleKit2's DBUS API to implement the critical action for FreeBSD and OpenBSD. It does so by creating a common backend file both can use to implement the API calls. https://bugs.freedesktop.org/show_bug.cgi?id=85242 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd71c25..478a72b 100644 --- a/configure.ac +++ b/configure.ac @@ -249,6 +249,7 @@ src/dummy/Makefile src/freebsd/Makefile src/openbsd/Makefile src/linux/Makefile +src/bsd/Makefile tools/Makefile doc/Makefile doc/version.xml -- cgit v1.2.1