1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

clutter-mozembed: Add missing DEPENDS on clutter

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-24 13:51:14 +01:00
parent 7556381792
commit 3c759ae69b
+1 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter Mozilla Embedded"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "mozilla-headless mozilla-headless-services"
DEPENDS = "mozilla-headless mozilla-headless-services clutter"
FILESPATH = "${FILE_DIRNAME}/clutter-mozembed"