mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
Install the example binary needed for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 lines
331 B
PHP
14 lines
331 B
PHP
DESCRIPTION = "Clutter GStreamer"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2+"
|
|
|
|
DEPENDS = "clutter-1.4 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
|
|
|