summaryrefslogtreecommitdiff
path: root/lower-gi-deps.patch
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-09-20 14:31:36 +0100
committerBastien Nocera <hadess@hadess.net>2010-09-20 14:31:36 +0100
commit7da5f6e9a8c83e2d60ecc7e248f8a44014d18a44 (patch)
tree84d370d6f255a37d9ab27f1869c65fcfad0770fd /lower-gi-deps.patch
parentfix dependencies (diff)
downloadgtk3-classic-build-gtk3-7da5f6e9a8c83e2d60ecc7e248f8a44014d18a44.tar.gz
gtk3-classic-build-gtk3-7da5f6e9a8c83e2d60ecc7e248f8a44014d18a44.tar.bz2
gtk3-classic-build-gtk3-7da5f6e9a8c83e2d60ecc7e248f8a44014d18a44.zip
- Update to 2.90.7
Diffstat (limited to 'lower-gi-deps.patch')
-rw-r--r--lower-gi-deps.patch34
1 files changed, 34 insertions, 0 deletions
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 <walters@verbum.org>
+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
bgstack15