[gnome-bluetooth] build: Remove dbus-glib reqs in configure.ac



commit e4976a9bfcf0d4249ae2855761e20ebe100c578d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 6 11:13:26 2011 +0100

    build: Remove dbus-glib reqs in configure.ac

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0332a81..bb8a58e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,13 +86,11 @@ AC_SUBST(PANELS_DIR)
 dnl Missing libgnome-control-center
 dnl which will be resolved at run-time
 PKG_CHECK_MODULES(PROPS,
-		  dbus-glib-1 >= $DBUS_GLIB_REQUIRED
 		  glib-2.0 >= $GLIB_REQUIRED
 		  gtk+-3.0 >= 2.90.7)
 
 dnl Requires for the applet
 PKG_CHECK_MODULES(APPLET,
-		  dbus-glib-1 >= $DBUS_GLIB_REQUIRED
 		  gmodule-export-2.0
 		  glib-2.0 >= $GLIB_REQUIRED
 		  gtk+-3.0 >= $GTK_REQUIRED
@@ -127,7 +125,6 @@ AM_CONDITIONAL(HAVE_NST, test "x$have_nst" = "xyes")
 
 dnl Requires for the wizard dialogue
 PKG_CHECK_MODULES(WIZARD,
-		  dbus-glib-1 >= $DBUS_GLIB_REQUIRED
 		  gmodule-export-2.0
 		  gtk+-3.0)
 



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