[liboobs] Revert "Bug 622895 - Remove mistaken requirement on libdbus-glib"



commit c836fd79bdf39c7354230b93bbe8aae9fcd2f769
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sun Jun 27 14:38:29 2010 +0200

    Revert "Bug 622895 - Remove mistaken requirement on libdbus-glib"
    
    Silly mistake. liboobs requires dbus-glib to setup the
    integration with main loop, via dbus_connection_setup_with_g_main().
    So keep depending on this library even if it's deprecated.
    
    This reverts commit b2153a809d1952c7c139d7f0319150977ed425d2.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index cbd0501..60acf0f 100644
--- a/configure.in
+++ b/configure.in
@@ -49,7 +49,7 @@ dnl =====================================================
 dnl required packages detection
 dnl =====================================================
 PKG_CHECK_MODULES(OOBS, [
-		  dbus-1 >= $DBUS_REQUIRED
+		  dbus-glib-1 >= $DBUS_REQUIRED
 		  glib-2.0    >= $GLIB_REQUIRED
 		  gobject-2.0 >= $GLIB_REQUIRED
 		  system-tools-backends-2.0 >= $STB_REQUIRED



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]