blob: 0c83158c03501794f949d6ad803f77f057961c30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require libsdl-image.inc
PR = "r2"
SRC_URI += "\
file://autotools.patch;patch=1 \
"
export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
inherit autotools
do_stage() {
autotools_stage_all
}
|