summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/table.inc
blob: b645514835cb2bfd019bbfdbbcf384d4b91751c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Table Clutter Demo"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPLv2.1 & GPLv2"

DEPENDS = "clutter-gst-1.0 gnome-vfs"

inherit autotools pkgconfig

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${S}/table ${D}${bindir}/table
}