aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-01 09:50:37 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-01 09:50:37 +0000
commit6e5e000b0f3f89212182c98fe308a50dff66d9cf (patch)
treed47133026564c016eceae0d76c5d9541b75d5a33 /meta
parent1bc1337e1f8618d9ac6c941d7507053250c6033a (diff)
downloadopenembedded-core-contrib-6e5e000b0f3f89212182c98fe308a50dff66d9cf.tar.gz
clutter: added libxi to dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5360 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/clutter/clutter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc
index ec03eba04c..ed67a6122a 100644
--- a/meta/packages/clutter/clutter.inc
+++ b/meta/packages/clutter/clutter.inc
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|eee901)"
-STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+"
+STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi"
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
DEPENDS = "${STDDEPENDS} mesa"