[gdk-pixbuf] Try to fix !srcdir builds wrt to introspection
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Try to fix !srcdir builds wrt to introspection
- Date: Sat, 10 Jul 2010 00:27:32 +0000 (UTC)
commit 866cb727612f8d9c086f28f5b26f4c1af2e597e5
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 9 20:24:56 2010 -0400
Try to fix !srcdir builds wrt to introspection
This requires a recent gobject-introspection, so bump the
dependency to 0.9.0. Should fix bug 623935
configure.ac | 2 +-
gdk-pixbuf/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 053b8b1..de9d3bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -961,7 +961,7 @@ fi
# GObject introspection
##################################################
-GOBJECT_INTROSPECTION_CHECK([0.6.14])
+GOBJECT_INTROSPECTION_CHECK([0.9.0])
##################################################
# Checks for gtk-doc and docbook-tools
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index e0b5274..5744511 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -682,8 +682,8 @@ GdkPixbuf_2_0_gir_INCLUDES = GModule-2.0 Gio-2.0
GdkPixbuf_2_0_gir_LIBS = libgdk_pixbuf-2.0.la
GdkPixbuf_2_0_gir_CFLAGS = $(INCLUDES)
GdkPixbuf_2_0_gir_FILES = \
- $(addprefix $(srcdir)/,$(libgdk_pixbufinclude_HEADERS)) \
- $(addprefix $(srcdir)/,$(libgdk_pixbuf_2_0_la_SOURCES))
+ $(libgdk_pixbufinclude_HEADERS) \
+ $(libgdk_pixbuf_2_0_la_SOURCES)
INTROSPECTION_GIRS += GdkPixbuf-2.0.gir
girdir = $(datadir)/gir-1.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]