diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 22:53:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 22:53:16 +0000 |
commit | c8913af690b88d61fb1389dc2c3c5ef100a7dc3a (patch) | |
tree | 9ce966507a69e4d6f24b55d5bf44b15094711a1e /matchbox-common | |
parent | 0a31ad09bca39d5ed0fd8edec720ebbee4c6296f (diff) |
Apply fix for matchbox-common packaging from Alexander Enis.
BKrev: 4062115cTlkoJSTBrtRxOhIKRrTuVA
Diffstat (limited to 'matchbox-common')
-rw-r--r-- | matchbox-common/matchbox-common_0.8.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/matchbox-common/matchbox-common_0.8.oe b/matchbox-common/matchbox-common_0.8.oe index e69de29bb2..e8fe310f7a 100644 --- a/matchbox-common/matchbox-common_0.8.oe +++ b/matchbox-common/matchbox-common_0.8.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Matchbox window manager common files" +LICENSE = "GPL" +DEPENDS = "libmatchbox" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2" +S = "${WORKDIR}/matchbox-common-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--enable-pda-folders" + +FILES_${PN} = \ + ${bindir} \ + ${datadir}/matchbox/vfolders \ + ${datadir}/pixmaps |