summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 19:26:04 -0800
committerGeorge Sherwood2011-03-12 09:44:53 -0600
commit3e852e96d19884b84d34146f5ef39e8a8be5511a (patch)
tree8f409edce34df013d7f946c4fb0365415b8c486e
parent6dd07570175b4ba5d5de59576628f6b54d1f4159 (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