aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-10 11:52:43 -0600
committerTed Gould <ted@gould.cx>2011-01-10 11:52:43 -0600
commit6a01298786045f1e319be21bba6c58a25bd39ddd (patch)
treea29322db067435c7728444d0328fd0d93a5db930 /configure.ac
parent356af1c196e3416444a14380eb5e25e999feb56d (diff)
parentf8bea0d6cd9b82ad8708652efbc29d3787e9d41b (diff)
downloadlibayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.gz
libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.tar.bz2
libayatana-indicator-6a01298786045f1e319be21bba6c58a25bd39ddd.zip
* Upstream Merge:
* GDBus Port * autogen.sh * debian/control: Migrating library versions from 1 to 2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 365ebea..340472e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,15 +49,13 @@ AC_ARG_WITH([gtk],
[with_gtk=2])
AS_IF([test "x$with_gtk" = x3],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
- dbus-glib-1 >= $DBUS_REQUIRED_VERSION)
+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
AC_SUBST(LIBINDICATOR_CFLAGS)
AC_SUBST(LIBINDICATOR_LIBS)
],
[test "x$with_gtk" = x2],
[PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
- gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
- dbus-glib-1 >= $DBUS_REQUIRED_VERSION)
+ gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
AC_SUBST(LIBINDICATOR_CFLAGS)
AC_SUBST(LIBINDICATOR_LIBS)
],