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

PR = "${INC_PR}.2"

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

inherit autotools

do_stage() {
	autotools_stage_all
}