freeciv: set correct path to sdl-config

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2013-08-15 11:33:21 +03:00
parent 84798909ef
commit 107b7627c7

View File

@@ -24,7 +24,7 @@ inherit autotools pkgconfig
EXTRA_OECONF = "\
--enable-shared --without-ggz-dir --enable-client=${FREECIV_GUI} \
--with-sdl-prefix=${STAGING_BINDIR_CROSS} \
SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config \
"
acpaths = "-I ${S}/m4 -I ${S}/dependencies/m4"