From 107b7627c756ccdafe2b127c98cdc0b7d809803a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 15 Aug 2013 11:33:21 +0300 Subject: [PATCH] freeciv: set correct path to sdl-config Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index b6fe833..3ca373c 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -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"