]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: added libxi to dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:50:37 +0000 (09:50 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:50:37 +0000 (09:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5360 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter.inc

index ec03eba04c713391b29bb0d6228ff4395cc99d6f..ed67a6122a296ff471eac73a4bded179a3c65afc 100644 (file)
@@ -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"