blob: fbef34f563f7d2addbec759550a5ef2dff53cd08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Aaina Clutter Demo"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "GPL"
DEPENDS = "clutter libxml2 gtk+ neon"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|