blob: 52f7eab1bfcc916a22fc47d3619cdf8221706b64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Matchbox panel"
LICENSE = "GPL"
DEPENDS = "virtual/libc libmatchbox x11 xext xpm"
RDEPENDS = "libc6 libmatchbox x11 xext matchbox-common"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2"
S = "${WORKDIR}/matchbox-panel-${PV}"
inherit autotools libtool pkgconfig
FILES_${PN} = "${bindir} \
${datadir}/applications \
${datadir}/pixmaps"
#EXTRA_OECONF = "--enable-small-icons"
# --enable-dnotify
# --enable-startup-notification
# --enable-nls
|