mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
The inc file should be usable across clutter versions, plus this is already set in the clutter-box2d-1.4_git.bb recipe (From OE-Core rev: 8fcd08b7ec1dbf1087e8f2c79830cec8238398bf) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
319 B
PHP
14 lines
319 B
PHP
DESCRIPTION = "Clutter GStreamer"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2+"
|
|
|
|
DEPENDS = "gstreamer gst-plugins-base"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/clutter-gst"
|
|
|
|
PACKAGES =+ "${PN}-examples"
|
|
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
|
|
|
|
inherit autotools pkgconfig gtk-doc
|
|
|