1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

clutter-mozembed: Add missing dependency on mozilla-headless-services

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