[snappy] config: enable dbus by default



commit 4c3cb1e3933bf6942b7005cf75cc0a11c14596c1
Author: Luis de Bethencourt <luis debethencourt com>
Date:   Wed Apr 17 15:20:17 2013 -0400

    config: enable dbus by default

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1beb193..cd9cb26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,9 +98,9 @@ AC_SUBST(XTEST_CFLAGS)
 AC_SUBST(XTEST_LIBS)
 
 AC_ARG_ENABLE([dbus],
-    AS_HELP_STRING([--enable-dbus], [enable DBus support to disable the screensaver (default=no)]),
+    AS_HELP_STRING([--enable-dbus], [enable DBus support to disable the screensaver (default=yes)]),
       [],
-      [enable_dbus=no])
+      [enable_dbus=yes])
 
 if test "x$enable_dbus" = "xyes"; then
   PKG_CHECK_MODULES(GIO_2_26, gio-2.0 >= 2.26,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]