blob: 83d4d0b3fd147011ec5ed6d0dc246fed2dfcef39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
DEPENDS = "gtk+ startup-notification"
SECTION = "x11/wm"
PR = "r1"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2"
EXTRA_OECONF = "--enable-startup-notification"
inherit autotools pkgconfig
|