blob: 41761688e315f773792966cce276753571129fee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Moblin Applications Panel Plugin"
SECTION = "x11/wm"
LICENSE = "GPLv2"
DEPENDS = "nbtk mutter-moblin gnome-menus mojito libjana anerley clutter-mozembed bickley"
PV = "0.1+git${SRCPV}"
PR = "r1"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
FILES_${PN} += "${datadir}/dbus-1/services"
S = "${WORKDIR}/git"
inherit autotools_stage
|