From e4976a9bfcf0d4249ae2855761e20ebe100c578d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 6 Oct 2011 11:13:26 +0100 Subject: build: Remove dbus-glib reqs in configure.ac --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0332a81e..bb8a58e7 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) -- cgit v1.2.1