aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-image_1.2.6.bb
blob: 99fd98f508b54460a54d01777eddc9904321450f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require libsdl-image.inc
PR = "r1"

DEPENDS += "tiff"

do_unpackpost() {
	# Removing this file fixes a libtool version mismatch.
	rm acinclude/libtool.m4
	rm acinclude/sdl.m4
}

addtask unpackpost after do_unpack before do_patch