diff options
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb new file mode 100644 index 000000000..1d0e0aa09 --- /dev/null +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -0,0 +1,11 @@ +PV = "0.0+svn${SRCDATE}" +DEPENDS = "gtk+ startup-notification" + +SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" + +EXTRA_OECONF = "--enable-startup-notification" + +S = ${WORKDIR}/${PN} + +inherit autotools + |