blob: 1baccc730c6b1d471a15d3070951bbc9c383f89f (
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-0.6 libxml2 gtk+ neon"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|