blob: 0fa4e9b3d8661a2fa9e7778f7f33ade0e6e9c7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PR = "r1"
DESCRIPTION = "Matchbox panel"
LICENSE = "GPL"
DEPENDS = "libmatchbox x11 xext xpm"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \
file://automake-lossage.patch;patch=1"
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
|