summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3
diff options
context:
space:
mode:
authorEric Sandall2011-10-20 11:04:40 -0700
committerEric Sandall2011-10-20 11:04:40 -0700
commit35e63a70fe51569486fd50e133dfc216167de5a0 (patch)
tree0da9b20eb34f7c074097bfea080075fd0f30faee /gnome3-libs/pygobject3
parente7ba30ee0517e2631060cb7bf0cb820c810b5b3b (diff)
pygobject3: gobject-introspection is now required
configure: WARNING: unrecognized options: --enable-introspection Without gobject-introspection installed: checking for GIO... yes checking for GI... no configure: error: Package requirements (glib-2.0 >= 2.24.0 gobject-introspection-1.0 >= 1.29.0 ) were not met: No package 'gobject-introspection-1.0' found
Diffstat (limited to 'gnome3-libs/pygobject3')
-rwxr-xr-xgnome3-libs/pygobject3/DEPENDS6
-rw-r--r--gnome3-libs/pygobject3/HISTORY3
2 files changed, 4 insertions, 5 deletions
diff --git a/gnome3-libs/pygobject3/DEPENDS b/gnome3-libs/pygobject3/DEPENDS
index 559fd57394..5e156c8c68 100755
--- a/gnome3-libs/pygobject3/DEPENDS
+++ b/gnome3-libs/pygobject3/DEPENDS
@@ -1,7 +1,3 @@
depends python &&
depends glib2 &&
-
-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection"
+depends gobject-introspection
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index 664f3d1ff6..9f090ecf16 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,2 +1,5 @@
+2011-10-20 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Requires gobject-introspection
+
2011-10-09 Ladislav Hagara <hgr@vabo.cz>
* *: spell created, based on pygobject