aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libmatchbox/libmatchbox_1.9.bb
blob: 7406060c0cc1cc3e1fa11e10d0a9f5548ea5facd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require libmatchbox.inc
FILE_PR = "r6"

SRC_URI = "\
  http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz \
  file://16bppfixes.patch;patch=1 \
  file://configure_fixes.patch;patch=1 \
  file://reset-sigchld.patch;patch=1 \
  file://check.m4\
"

do_configure_prepend () {
	cp ${WORKDIR}/check.m4 ${S}/
}