blob: 8a63c0630e7582afb9b7402b0e2fcf1241d162a1 (
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 libtool pkgconfig
EXTRA_OECONF = "--enable-composite"
# --enable-startup-notification
# --enable-expat
|