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