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