[pango] Bug 617772 - pango fails to build from git outside source tree
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Bug 617772 - pango fails to build from git outside source tree
- Date: Fri, 23 Jul 2010 03:52:47 +0000 (UTC)
commit 9b43da625483b68aa8702d217523bf9d8a8100d6
Author: Behdad Esfahbod <behdad behdad org>
Date: Thu Jul 22 23:15:33 2010 -0400
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 <thep linux thai net>
configure.in | 2 +-
pango/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
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 -------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]