blob: 606de440f623b6c02e1256b748611a1415c19bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
DEPENDS = "gtk+ startup-notification dbus"
SECTION = "x11/wm"
PV = "2.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
EXTRA_OECONF = "--enable-startup-notification --with-dbus"
S = "${WORKDIR}/${PN}-2"
inherit autotools pkgconfig
|