Files
poky/meta/recipes-graphics/clutter/table.inc
Saul Wold d36f6f4f40 table.inc: correct version number
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02 05:24:58 -08:00

14 lines
258 B
PHP

DESCRIPTION = "Table Clutter Demo"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "clutter-gst-1.0 gnome-vfs"
inherit autotools pkgconfig
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/table ${D}${bindir}/table
}