summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 19:26:04 -0800
committerGeorge Sherwood2011-03-12 09:46:40 -0600
commit307b4c469de281eed3bc56122d585f50cce0ef18 (patch)
tree1f70fcfe95954179f09653e14c25012e9c7825cc
parent589659116d7962bb2dd0f1a061745cc176732484 (diff)
clutter: Requires json-glib built with GINTRO for gobject-introspection
(cherry picked from commit cd957d650fd8f75d81e6f824ec99185b26a220d9)
-rwxr-xr-xgnome2-libs/clutter/DEPENDS5
-rw-r--r--gnome2-libs/clutter/HISTORY3
2 files changed, 7 insertions, 1 deletions
diff --git a/gnome2-libs/clutter/DEPENDS b/gnome2-libs/clutter/DEPENDS
index 9d34c7d91e..1700eded90 100755
--- a/gnome2-libs/clutter/DEPENDS
+++ b/gnome2-libs/clutter/DEPENDS
@@ -1,5 +1,4 @@
depends glib2 &&
-depends json-glib &&
depends $CLUTTER_GDK &&
depends pango &&
depends OPENGL &&
@@ -10,6 +9,10 @@ optional_depends gobject-introspection \
"--disable-introspection" \
"to enable introspection" &&
+if is_depends_enabled $SPELL gobject-introspection; then
+ depends -sub 'GINTRO' json-glib
+fi &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/clutter/HISTORY b/gnome2-libs/clutter/HISTORY
index 4a8c9de6fd..00a0033065 100644
--- a/gnome2-libs/clutter/HISTORY
+++ b/gnome2-libs/clutter/HISTORY
@@ -1,3 +1,6 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Requires json-glib built with GINTRO for gobject-introspection
+
2010-10-23 Ladislav Hagara <hgr@vabo.cz>
* DEPENDS: added json-glib