blob: 21581e911b47d7d366ff0e6919c551a4ebad3544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
SECTION = "x11/panels"
DEPENDS = "gtk+ startup-notification"
RDEPENDS = "matchbox-common"
PV = "2.0+svnr${SRCREV}"
PR = "r0"
inherit autotools_stage pkgconfig
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = "${WORKDIR}/${PN}"
#PARALLEL_MAKE = ""
EXTRA_OECONF = "--program-transform-name='s/$/-2/'"
|