blob: 6b2f7e2ce104c2b8d93053d40786d641f3377abc (
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://m4.patch;patch=1"
S = "${WORKDIR}/matchbox-window-manager-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-composite"
# --enable-startup-notification
# --enable-expat
|