diff options
Diffstat (limited to 'meta/packages/matchbox-common/matchbox-common_0.9.1.bb')
| -rw-r--r-- | meta/packages/matchbox-common/matchbox-common_0.9.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/matchbox-common/matchbox-common_0.9.1.bb b/meta/packages/matchbox-common/matchbox-common_0.9.1.bb new file mode 100644 index 0000000000..2927ccd08f --- /dev/null +++ b/meta/packages/matchbox-common/matchbox-common_0.9.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SECTION = "x11/wm" | ||
| 2 | DESCRIPTION = "Matchbox window manager common files" | ||
| 3 | LICENSE = "GPL" | ||
| 4 | DEPENDS = "libmatchbox" | ||
| 5 | |||
| 6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
| 10 | EXTRA_OECONF = "--enable-pda-folders" | ||
| 11 | |||
| 12 | FILES_${PN} = "${bindir} \ | ||
| 13 | ${datadir}/matchbox/vfolders \ | ||
| 14 | ${datadir}/pixmaps" | ||
