blob: a3097cc5b2968802d43f1130deed1834ddd56b12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
DEPENDS = "gtk+ startup-notification"
SECTION = "x11/wm"
PV = "0.0+svn${SRCDATE}"
PROVIDES = matchbox-desktop
RPROVIDES = matchbox-desktop
RREPLACES = matchbox-desktop
RCONFLICTS = matchbox-desktop
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
EXTRA_OECONF = "--enable-startup-notification"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig
|