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

clutter-gst/gtk: Depend on clutter 1.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-08-24 14:53:16 +01:00
parent a9dac741e6
commit fe0b8a2e2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
HOMEPAGE = "http://www.clutter-project.org/" HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL" LICENSE = "LGPL"
DEPENDS = "clutter gstreamer gst-plugins-base" DEPENDS = "clutter-1.0 gstreamer gst-plugins-base"
FILESPATH = "${FILE_DIRNAME}/clutter-gst" FILESPATH = "${FILE_DIRNAME}/clutter-gst"
+1 -1
View File
@@ -7,6 +7,6 @@ SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS = "clutter" DEPENDS = "clutter-1.0"
EXTRA_OECONF += "--disable-introspection" EXTRA_OECONF += "--disable-introspection"