[gnome-bluetooth] lib, applet: Do not use dbus-glib-1 when building introspection data



commit 6bcef0ba70a7f7f421030b04745a54fa306e2a24
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Dec 21 04:26:00 2011 +0100

    lib, applet: Do not use dbus-glib-1 when building introspection data
    
    This is a leftover from the gdbus migration, I guess.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666630

 applet/Makefile-lib.am |    4 ++--
 lib/Makefile.am        |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
index 5da9c8f..4bd795f 100644
--- a/applet/Makefile-lib.am
+++ b/applet/Makefile-lib.am
@@ -21,8 +21,8 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(top_builddir
 if HAVE_INTROSPECTION
 GnomeBluetoothApplet-1.0.gir: libgnome-bluetooth-applet.la
 GnomeBluetoothApplet_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=bluetooth_ --identifier-prefix=Bluetooth --include-uninstalled=$(top_builddir)/lib/GnomeBluetooth-1.0.gir
-GnomeBluetoothApplet_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 DBusGLib-1.0 GModule-2.0
-GnomeBluetoothApplet_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 dbus-glib-1 gmodule-2.0 glib-2.0
+GnomeBluetoothApplet_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 GModule-2.0
+GnomeBluetoothApplet_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 gmodule-2.0 glib-2.0
 GnomeBluetoothApplet_1_0_gir_CFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/lib
 GnomeBluetoothApplet_1_0_gir_LIBS = libgnome-bluetooth-applet.la
 GnomeBluetoothApplet_1_0_gir_FILES = $(libgnome_bluetooth_applet_la_SOURCES) ../lib/bluetooth-enums.h
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f5db472..f9e2bfe 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -75,8 +75,8 @@ introspection_files =				 \
 	$(libgnome_bluetooth_c_sources)
 
 GnomeBluetooth-1.0.gir: libgnome-bluetooth.la
-GnomeBluetooth_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 DBusGLib-1.0 GModule-2.0
-GnomeBluetooth_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 dbus-glib-1 gmodule-2.0 glib-2.0
+GnomeBluetooth_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 GModule-2.0
+GnomeBluetooth_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 gmodule-2.0 glib-2.0
 GnomeBluetooth_1_0_gir_CFLAGS = -I$(srcdir)
 GnomeBluetooth_1_0_gir_LIBS = libgnome-bluetooth.la
 GnomeBluetooth_1_0_gir_SCANNERFLAGS = --symbol-prefix=bluetooth_ --identifier-prefix=Bluetooth --pkg-export=gnome-bluetooth-1.0



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