summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb
blob: 98c901f678b12281a2b425152c215d1d3b8161d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require libmatchbox.inc

PV = "1.7+svnr${SRCREV}"
PR = "r5"
DEFAULT_PREFERENCE = "-1"

SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
           file://configure_fixes.patch;patch=1 \
	   file://check.m4 \
	   file://16bppfixes.patch;patch=1 \
	   file://matchbox-start-fix.patch;patch=1"

S = "${WORKDIR}/libmatchbox"

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