summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb')
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
new file mode 100644
index 0000000000..1d7d9c8f44
--- /dev/null
+++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
@@ -0,0 +1,12 @@
1require libmatchbox.inc
2
3PR = "r7"
4
5SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
6 file://16bppfixes.patch;patch=1 \
7 file://configure_fixes.patch;patch=1 \
8 file://check.m4"
9
10do_configure_prepend () {
11 cp ${WORKDIR}/check.m4 ${S}/
12}