]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-gtk: remove duplicate gtk+ DEPENDS entry
authorJoshua Lock <josh@linux.intel.com>
Mon, 28 Mar 2011 12:15:47 +0000 (13:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2011 13:09:36 +0000 (14:09 +0100)
the inc file already specifies the gtk+ dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb

index 3822b31d5e8e8be29bc0a7d7847a90395bfa19c0..42a1ef26aeb9bd77ebd3ff7fbaef6c23ea6f4bfd 100644 (file)
@@ -12,6 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 S = "${WORKDIR}/git"
 
-DEPENDS += "gtk+ clutter-1.4"
+DEPENDS += "clutter-1.4"
 
 EXTRA_OECONF += "--disable-introspection"