mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
14 lines
281 B
PHP
14 lines
281 B
PHP
DESCRIPTION = "Clutter Cairo"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPL"
|
|
|
|
DEPENDS = "cairo"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/clutter-cairo"
|
|
|
|
PACKAGES =+ "${PN}-examples"
|
|
FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"
|
|
|
|
inherit autotools_stage pkgconfig
|
|
|