blob: fbcadfc580d6a21816ed132d4f4970ca107caa62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Matchbox window manager"
LICENSE = "GPL"
DEPENDS = "virtual/libc libmatchbox x11 xext xcomposite xfixes xdamage xrender"
RDEPENDS = "libmatchbox"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/${PV}/matchbox-window-manager-${PV}.tar.bz2 \
file://${FILESDIR}/m4.patch;patch=1"
S = "${WORKDIR}/matchbox-window-manager-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-composite"
# --enable-startup-notification
# --enable-expat
|