blob: ff889899e78c2e12bf77acc63f2117c16eda112b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 pkgconfig
|