blob: 331c0494680ab87ce6d5eff16ba7c1608f678139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SECTION = "x11/utils"
DESCRIPTION = "Matchbox panel"
LICENSE = "GPL"
DEPENDS = "libmatchbox libx11 libxext libxpm"
RDEPENDS = "libmatchbox matchbox-common"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/${PV}/matchbox-panel-${PV}.tar.bz2"
S = "${WORKDIR}/matchbox-panel-${PV}"
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--enable-small-icons"
# --enable-dnotify
# --enable-startup-notification
|