diff options
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 |