mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
14 lines
306 B
PHP
14 lines
306 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_stage pkgconfig gtk-doc
|
|
|