summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/matchbox-common
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-23 16:03:33 +0000
committerChris Lord <chris@openedhand.com>2005-09-23 16:03:33 +0000
commit57ea7b39904149aefe3dc6475a9d9f2ad87b4290 (patch)
treec924eea89239eebce5ff561fb623e4d81a9e49d5 /openembedded/packages/matchbox-common
parentcf9d9599cc6dfceaf06faa3b3a40c7430f63b4f3 (diff)
downloadpoky-57ea7b39904149aefe3dc6475a9d9f2ad87b4290.tar.gz
- Use gtk 2.6.7 as opposed to 2.8.3
- Use dbus 0.50 as opposed to 0.36 - Use svn versions of matchbox apps - Update matchbox svn packages - Add matchbox-common svn package - Build gtk tools with gconf git-svn-id: https://svn.o-hand.com/repos/poky@33 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-common')
-rw-r--r--openembedded/packages/matchbox-common/matchbox-common_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-common/matchbox-common_svn.bb b/openembedded/packages/matchbox-common/matchbox-common_svn.bb
new file mode 100644
index 0000000000..de1e20b87a
--- /dev/null
+++ b/openembedded/packages/matchbox-common/matchbox-common_svn.bb
@@ -0,0 +1,17 @@
1SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager common files"
3LICENSE = "GPL"
4DEPENDS = "libmatchbox"
5PV = "0.9.1cvs${CVSDATE}"
6S = "${WORKDIR}/matchbox-common"
7DEFAULT_PREFERENCE = "-1"
8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
10
11inherit autotools pkgconfig
12
13EXTRA_OECONF = "--enable-pda-folders"
14
15FILES_${PN} = "${bindir} \
16 ${datadir}/matchbox/vfolders \
17 ${datadir}/pixmaps"