Bug 617772 - pango fails to build from git outside source tree
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 23 Jul 2010 03:15:33 +0000 (23:15 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 23 Jul 2010 03:24:08 +0000 (23:24 -0400)
Depends on gobject-introspection >= 0.6.14, where introspection sources are
referenced via VPATH. Remove $(srcdir) prefix in sources.

Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
configure.in
pango/Makefile.am

index 86eb4df..0fd3f60 100644 (file)
@@ -481,7 +481,7 @@ PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=tr
 # Checks for GObject Introspection
 #
 
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([0.6.14])
 
 #
 # Modules to build
index 37510fa..69b0800 100644 (file)
@@ -171,7 +171,7 @@ Pango_1_0_gir_PACKAGES = gobject-2.0 cairo freetype2
 Pango_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0
 Pango_1_0_gir_LIBS = libpango-1.0.la
 Pango_1_0_gir_CFLAGS = -I$(top_srcdir) $(PANGO_CFLAGS)
-Pango_1_0_gir_FILES = $(addprefix $(srcdir)/,$(pango_introspection_files))
+Pango_1_0_gir_FILES = $(pango_introspection_files)
 
 # ------------------- libpangox -------------------