diff options
Diffstat (limited to 'openembedded/packages/matchbox-panel/matchbox-panel_svn.bb')
-rw-r--r-- | openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb new file mode 100644 index 0000000000..9d18c90aae --- /dev/null +++ b/openembedded/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Matchbox Window Manager Panel" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" | ||
4 | SECTION = "x11/wm" | ||
5 | PV = "0.9cvs${CVSDATE}" | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
9 | |||
10 | S = ${WORKDIR}/${PN} | ||
11 | |||
12 | inherit autotools pkgconfig gettext | ||
13 | |||
14 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" | ||
15 | CFLAGS += " -D_GNU_SOURCE" | ||
16 | |||
17 | FILES_${PN} = "${bindir} \ | ||
18 | ${datadir}/applications \ | ||
19 | ${datadir}/pixmaps" | ||
20 | |||