From: Chris Lord Date: Thu, 17 Aug 2006 20:04:30 +0000 (+0000) Subject: Add matchbox-panel-2 to poky X-Git-Tag: 2011-1~12785 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d8b4d9c7fc1890601138768a641fb423c9431642;p=openembedded-core.git Add matchbox-panel-2 to poky git-svn-id: https://svn.o-hand.com/repos/poky/trunk@612 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 0000000000..1d0e0aa09c --- /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 +