mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 23:09:39 +01:00
18 lines
345 B
PHP
18 lines
345 B
PHP
DESCRIPTION = "Clutter Helix"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPL"
|
|
|
|
DEPENDS = "helix-libs"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/clutter-helix"
|
|
|
|
PACKAGES =+ "${PN}-examples"
|
|
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player"
|
|
|
|
inherit autotools pkgconfig gtk-doc
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|
|
|