From c8913af690b88d61fb1389dc2c3c5ef100a7dc3a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 22:53:16 +0000 Subject: [PATCH] Apply fix for matchbox-common packaging from Alexander Enis. BKrev: 4062115cTlkoJSTBrtRxOhIKRrTuVA --- matchbox-common/matchbox-common_0.8.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.39.5