mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
aa7ec17110
(From OE-Core rev: 36ec158df1ed6db4dc917d16fa7adb0f34fec0b4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
270 B
PHP
14 lines
270 B
PHP
DESCRIPTION = "Table Clutter Demo"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPLv2.1 & GPLv2"
|
|
|
|
DEPENDS = "clutter-gst-1.4 gnome-vfs"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 ${S}/table ${D}${bindir}/table
|
|
}
|
|
|