mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
16 lines
338 B
BlitzBasic
16 lines
338 B
BlitzBasic
DESCRIPTION = "Moblin Applications Panel Plugin"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "mutter-moblin nbtk gtk+ glib-2.0 clutter-1.0 gnome-menus"
|
|
PV = "0.1+git${SRCPV}"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools_stage
|
|
|