mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01: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/"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user