matchbox-desktop-2: Make fallback folder compatible with current matchbox-common.
[openembedded.git] / recipes / matchbox2 / matchbox-desktop-2_svn.bb
1 DESCRIPTION = "Matchbox Window Manager Desktop"
2 LICENSE = "GPL"
3 SECTION = "x11/panels"
4 DEPENDS = "gtk+ startup-notification"
5 RDEPENDS = "matchbox-common"
6 PV = "2.0+svnr${SRCREV}"
7 PR = "r1"
8
9 inherit autotools_stage pkgconfig
10
11 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
12            file://fallback-folder.patch;patch=1;pnum=0 \
13 "
14 S = "${WORKDIR}/${PN}"
15
16 EXTRA_OECONF = "--program-transform-name='s/$/-2/'"