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

PR = "r2"

SRC_URI += "\
  file://autotools.patch;patch=1 \
"

inherit autotools

do_stage() {
	autotools_stage_all
}