aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-07-07 00:14:22 +0200
committerGuido Günther <agx@sigxcpu.org>2011-07-07 00:16:40 +0200
commit337321839f63d7c4d96407b21b9a5430f6a0bbd8 (patch)
treeb74f4f552822ba39065893c6c2ea27fd8b6d9a2c /configure.ac
parent407c322971dc68ff4f75038c7fe4b8c47451aaa3 (diff)
Use GDBus
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 320cbfd..f1791ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,12 +10,10 @@ IT_PROG_INTLTOOL([0.35.0])
GLIB_REQUIRED=2.25.6
GTK_REQUIRED=3.0.0
PYGOBJECT_REQUIRED=2.28.3
-DBUS_PYTHON_REQUIRED=0.83
PKG_CHECK_MODULES(PPM, [glib-2.0 >= $GLIB_REQUIRED
gtk+-3.0 >= $GTK_REQUIRED
- pygobject-2.0 >= $PYGOBJECT_REQUIRED
- dbus-python >= $DBUS_PYTHON_REQUIRED])
+ pygobject-2.0 >= $PYGOBJECT_REQUIRED])
GETTEXT_PACKAGE=prepaid-manager-applet
AC_SUBST(GETTEXT_PACKAGE)