diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index d1b4414..1e5b017 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -26,7 +26,9 @@ inherit autotools pkgconfig EXTRA_OECONF = "\ --enable-shared --without-ggz-dir --enable-client=${FREECIV_GUI} \ --disable-mapimg \ -SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config \ +--disable-sdltest \ +--disable-sdl2test \ +SDL_CONFIG='${STAGING_BINDIR_NATIVE}/pkg-config sdl' \ " acpaths = "-I ${S}/m4 -I ${S}/dependencies/m4"