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:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user