aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-common
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-10-10 10:56:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-10 10:56:51 +0000
commit0119771bb03a59f3763f2ca3ca1e22a3ce894bfe (patch)
treeee4b214b9c92b61d4be85624605d3f413307a022 /packages/matchbox-common
parent69ded87c0f898432b8ea0fda7fe0365bcdfee826 (diff)
downloadopenembedded-0119771bb03a59f3763f2ca3ca1e22a3ce894bfe.tar.gz
matchbox-common: Add svn version
Diffstat (limited to 'packages/matchbox-common')
-rw-r--r--packages/matchbox-common/matchbox-common_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb
new file mode 100644
index 0000000000..075b12a59b
--- /dev/null
+++ b/packages/matchbox-common/matchbox-common_svn.bb
@@ -0,0 +1,17 @@
+SECTION = "x11/wm"
+DESCRIPTION = "Matchbox window manager common files"
+LICENSE = "GPL"
+DEPENDS = "libmatchbox"
+PV = "0.9.1+cvs${CVSDATE}"
+S = "${WORKDIR}/matchbox-common"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " --enable-pda-folders "
+
+FILES_${PN} = "${bindir} \
+ ${datadir}/matchbox/vfolders \
+ ${datadir}/pixmaps"