Switched to GIO instead of DBus-GLib

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI
2012-05-14 22:48:17 +02:00
parent 2d7e0efc57
commit 41eccca56e
3 changed files with 52 additions and 3 deletions

View File

@@ -20,6 +20,6 @@ GTK_DOC_CHECK([1.14], [--flavour no-tmpl])
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
PKG_CHECK_MODULES([DBUS_GLIB], dbus-glib-1)
PKG_CHECK_MODULES([GIO], gio-2.0)
AC_OUTPUT([Makefile src/Makefile docs/reference/media-remote-control/Makefile])