mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
16 lines
317 B
BlitzBasic
16 lines
317 B
BlitzBasic
DESCRIPTION = "Moblin Applications Panel Plugin"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "nbtk mutter-moblin gtk+ clutter-1.0"
|
|
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
|
|
|