blob: dab3452ef154015422a358f98ebed497560d4c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Matchbox Window Manager Panel"
LICENSE = "GPL"
DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
SECTION = "x11/wm"
PV = "0.9.2+cvs-${CVSDATE}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
CFLAGS += " -D_GNU_SOURCE"
FILES_${PN} = "${bindir} \
${datadir}/applications \
${datadir}/pixmaps"
|