psplash: fix up first boot detection
[openembedded.git] / recipes / libmatchbox / libmatchbox_1.9.bb
1 require libmatchbox.inc
2 PR = "r6"
3
4 SRC_URI = "\
5   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://reset-sigchld.patch;patch=1 \
9   file://check.m4\
10 "
11
12 do_configure_prepend () {
13         cp ${WORKDIR}/check.m4 ${S}/
14 }