blob: 0a02bb9f3d4cc24e660de83477d2dfd1fcb3bc23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
DEPENDS = "libmatchbox startup-notification"
SECTION = "x11/wm"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2"
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
inherit autotools pkgconfig
FILES_${PN} = "${bindir}/* \
${datadir}/applications \
${libdir}/matchbox/desktop/*.so \
${datadir}/matchbox-desktop \
${datadir}/pixmaps \
${sysconfdir}/matchbox"
FILES_${PN}-dev += "${libdir}/matchbox-desktop \
${includedir}/matchbox-desktop \
${libdir}/matchbox/desktop/*.*a \
${datadir}/matchbox/desktop/modules/*a"
FILES_${PN}-dbg += "${libdir}/matchbox/desktop/.debug/"
|