diff options
Diffstat (limited to 'meta/packages/matchbox-panel/matchbox-panel_svn.bb')
-rw-r--r-- | meta/packages/matchbox-panel/matchbox-panel_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/matchbox-panel/matchbox-panel_svn.bb b/meta/packages/matchbox-panel/matchbox-panel_svn.bb new file mode 100644 index 0000000000..211cf3caa2 --- /dev/null +++ b/meta/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | include matchbox-panel.inc | ||
2 | PV = "0.9.2+svn${SRCDATE}" | ||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
6 | |||
7 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" | ||
8 | |||
9 | S = ${WORKDIR}/${PN} | ||
10 | |||
11 | |||