[gnome-bluetooth] Fix GTK 2.x requires in pkg-config and GIR files
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix GTK 2.x requires in pkg-config and GIR files
- Date: Thu, 24 Jun 2010 00:23:10 +0000 (UTC)
commit f89a1c51bea3c4bcf413781ee58b780b995ffe30
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 24 01:22:47 2010 +0100
Fix GTK 2.x requires in pkg-config and GIR files
gnome-bluetooth-1.0.pc.in | 2 +-
lib/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-bluetooth-1.0.pc.in b/gnome-bluetooth-1.0.pc.in
index c1ef245..b93741e 100644
--- a/gnome-bluetooth-1.0.pc.in
+++ b/gnome-bluetooth-1.0.pc.in
@@ -6,7 +6,7 @@ includedir= includedir@
Name: gnome-bluetooth-1.0
Description: Widgets for Bluetooth device selection
Version: @VERSION@
-Requires: gtk+-2.0
+Requires: gtk+-3.0
Requires.private: dbus-glib-1
Libs: -L${libdir} -lgnome-bluetooth
Cflags: -I${includedir}/gnome-bluetooth
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9e00224..da6e4af 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -66,14 +66,14 @@ GnomeBluetooth-1.0.gir: $(INTROSPECTION_SCANNER)
$(AM_V_GEN) $(INTROSPECTION_SCANNER) -v --namespace GnomeBluetooth --nsversion=1.0 \
--add-include-path=$(srcdir) --add-include-path=. \
--include=GObject-2.0 \
- --include=Gtk-2.0 \
+ --include=Gtk-3.0 \
--include=DBusGLib-1.0 \
--include=GModule-2.0 \
--libtool="$(LIBTOOL)" \
--library=gnome-bluetooth \
--output $@ \
--pkg gobject-2.0 \
- --pkg gtk+-2.0 \
+ --pkg gtk+-3.0 \
--pkg dbus-glib-1 \
--pkg gmodule-2.0 \
-I$(srcdir) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]