[gegl] Accept pygobject-3.0 for running python tests.
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Accept pygobject-3.0 for running python tests.
- Date: Sun, 31 Mar 2013 23:25:19 +0000 (UTC)
commit 493cab66392f1122ba3554c74c2bb898f58917e8
Author: Daniel Sabo <DanielSabo gmail com>
Date: Sun Jan 13 17:28:32 2013 -0800
Accept pygobject-3.0 for running python tests.
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 74d2315..a6bb8d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -401,6 +401,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.0])
########################
have_pygobject="no"
PKG_CHECK_EXISTS(pygobject-2.0 >= 2.26, have_pygobject="yes")
+PKG_CHECK_EXISTS(pygobject-3.0 >= 3.2, have_pygobject="yes")
AM_CONDITIONAL(HAVE_PYGOBJECT, test "$have_pygobject" = "yes")
########################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]