[Xfce4-commits] <exo:master> Use new pygobject-codegen-2.0.
Nick Schermer
noreply at xfce.org
Sun Oct 18 15:24:04 CEST 2009
Updating branch refs/heads/master
to 3ca94be42015e0405a543b901e80faf393a39356 (commit)
from c28b992db6f2f033cfc0ccb1dbd6e1849f18c7d2 (commit)
commit 3ca94be42015e0405a543b901e80faf393a39356
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 15:23:09 2009 +0200
Use new pygobject-codegen-2.0.
configure.in.in | 4 ++--
python/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 89f2000..b405820 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -236,9 +236,9 @@ if test x"$enable_python" != x"no"; then
XDT_CHECK_PACKAGE([PYGTK], [pygtk-2.0], [2.4.0], \
[have_pygtk=yes], [have_pygtk=no])
- AC_PATH_PROG([PYGTK_CODEGEN], [pygobject-codegen-2.0], [no])
+ AC_PATH_PROG([PYGOBJECT_CODEGEN], [pygobject-codegen-2.0], [no])
- if test x"$have_python_headers" = x"yes" -a x"$have_pygtk" = x"yes" -a x"$PYGTK_CODEGEN" != x"no"; then
+ if test x"$have_python_headers" = x"yes" -a x"$have_pygtk" = x"yes" -a x"$PYGOBJECT_CODEGEN" != x"no"; then
have_python=yes
AC_MSG_CHECKING([for PyGTK defs])
diff --git a/python/Makefile.am b/python/Makefile.am
index 04ad9f0..157fa0b 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -47,7 +47,7 @@ BUILT_SOURCES = \
exo.c: $(defs_DATA) $(srcdir)/exo.override Makefile
.defs.c:
$(AM_V_GEN) (cd $(srcdir) \
- && $(PYGTK_CODEGEN) \
+ && $(PYGOBJECT_CODEGEN) \
--register $(PYGTK_DEFSDIR)/pango-types.defs \
--register $(PYGTK_DEFSDIR)/atk-types.defs \
--register $(PYGTK_DEFSDIR)/gdk-types.defs \
More information about the Xfce4-commits
mailing list