mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 12:49:31 +02:00
libsdl-gfx: use correct sdl-config
Run sdl-config with correct path so not one from host system gets used. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
3
dependencies/libsdl-gfx/libsdl-gfx_2.0.24.bb
vendored
3
dependencies/libsdl-gfx/libsdl-gfx_2.0.24.bb
vendored
@@ -9,9 +9,12 @@ PR = "r0"
|
||||
DEPENDS = "virtual/libsdl"
|
||||
|
||||
SRC_URI = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "838514185ff9a3b6377760aaa52fef8a"
|
||||
SRC_URI[sha256sum] = "30ad38c3e17586e5212ce4a43955adf26463e69a24bb241f152493da28d59118"
|
||||
|
||||
S = "${WORKDIR}/SDL_gfx-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config"
|
||||
|
||||
Reference in New Issue
Block a user