From 7da5f6e9a8c83e2d60ecc7e248f8a44014d18a44 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 20 Sep 2010 14:31:36 +0100 Subject: - Update to 2.90.7 --- lower-gi-deps.patch | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lower-gi-deps.patch (limited to 'lower-gi-deps.patch') diff --git a/lower-gi-deps.patch b/lower-gi-deps.patch new file mode 100644 index 0000000..5968dd6 --- /dev/null +++ b/lower-gi-deps.patch @@ -0,0 +1,34 @@ +From bf2a7ee1b6c17129861df2e9816d453d4870d5c8 Mon Sep 17 00:00:00 2001 +From: Colin Walters +Date: Wed, 15 Sep 2010 02:01:00 +0000 +Subject: introspection: Only use 0.9.3 API + +--- +diff --git a/configure.ac b/configure.ac +index 71477e4..3d58578 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1534,7 +1534,7 @@ fi + # GObject introspection + ################################################## + +-GOBJECT_INTROSPECTION_CHECK([0.9.5]) ++GOBJECT_INTROSPECTION_CHECK([0.9.3]) + + ################################################## + # Checks for gtk-doc and docbook-tools +diff --git a/gdk/Makefile.am b/gdk/Makefile.am +index 39242cf..dca2456 100644 +--- a/gdk/Makefile.am ++++ b/gdk/Makefile.am +@@ -226,7 +226,7 @@ x11_introspection_files = \ + x11/gdkx.h + + GdkX11-3.0.gir: $(gdktargetlib) Gdk-3.0.gir Makefile +-GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-prefix=gdk ++GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk + GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0 + GdkX11_3_0_gir_LIBS = $(gdktargetlib) + GdkX11_3_0_gir_FILES = $(x11_introspection_files) +-- +cgit v0.8.3.1 -- cgit