summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-10-06 11:13:26 +0100
committerBastien Nocera <hadess@hadess.net>2011-10-06 11:13:26 +0100
commite4976a9bfcf0d4249ae2855761e20ebe100c578d (patch)
tree5de62fba389d6a144a7b08f0c366943d12f7c687 /configure.ac
parent5de85f26d74ac0653881ad2feb31ff80c48cec1b (diff)
downloadgnome-bluetooth-e4976a9bfcf0d4249ae2855761e20ebe100c578d.tar.gz
build: Remove dbus-glib reqs in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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)