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"