aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-image_1.2.6.bb
blob: 9657ba611a89c50499269932470a3f469ef790b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require libsdl-image.inc

PR = "${INC_PR}.1"

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