mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 00:38:13 +00:00
clutter-gst/gtk: Depend on clutter 1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
a9dac741e6
commit
fe0b8a2e2b
@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "clutter gstreamer gst-plugins-base"
|
||||
DEPENDS = "clutter-1.0 gstreamer gst-plugins-base"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
||||
|
||||
|
||||
@ -7,6 +7,6 @@ SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "clutter"
|
||||
DEPENDS = "clutter-1.0"
|
||||
|
||||
EXTRA_OECONF += "--disable-introspection"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user