blob: fd31832b39ee77e14ef3ab4f93f873f1d6ace8ca (
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 x11 xext xpm"
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
|