diff options
author | Chris Lord <chris@openedhand.com> | 2006-08-17 20:04:30 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-08-17 20:04:30 +0000 |
commit | d8b4d9c7fc1890601138768a641fb423c9431642 (patch) | |
tree | 933d783a70b1d6ed8c6830f0255cd279fc6e258c /meta/packages/matchbox-panel-2 | |
parent | 7d9b40bf4e1af43de623abe8b13ce1bf8b984414 (diff) | |
download | openembedded-core-d8b4d9c7fc1890601138768a641fb423c9431642.tar.gz openembedded-core-d8b4d9c7fc1890601138768a641fb423c9431642.tar.bz2 openembedded-core-d8b4d9c7fc1890601138768a641fb423c9431642.zip |
Add matchbox-panel-2 to poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@612 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 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 + |