From: Behdad Esfahbod Date: Fri, 23 Jul 2010 03:15:33 +0000 (-0400) Subject: Bug 617772 - pango fails to build from git outside source tree X-Git-Tag: 1.29.1~186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b43da625483b68aa8702d217523bf9d8a8100d6;p=platform%2Fupstream%2Fpango.git Bug 617772 - pango fails to build from git outside source tree Depends on gobject-introspection >= 0.6.14, where introspection sources are referenced via VPATH. Remove $(srcdir) prefix in sources. Signed-off-by: Theppitak Karoonboonyanan --- diff --git a/configure.in b/configure.in index 86eb4df..0fd3f60 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/pango/Makefile.am b/pango/Makefile.am index 37510fa..69b0800 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -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 -------------------