diff --git a/recipes/freeciv/recipe.sh b/recipes/freeciv/recipe.sh index 2b5d4925c8ce7b52372c30a93890a245e8fed56a..47dd5e6d527bc39db50c43967715ecd887d609a4 100644 --- a/recipes/freeciv/recipe.sh +++ b/recipes/freeciv/recipe.sh @@ -1,6 +1,6 @@ VERSION=2.6.0 TAR=http://files.freeciv.org/stable/freeciv-$VERSION.tar.bz2 -BUILD_DEPENDS=(curl freetype libiconv liborbital libpng openssl sdl sdl_gfx sdl_image sdl_mixer sdl_ttf zlib) +BUILD_DEPENDS=(curl freetype libiconv liborbital libpng openssl nghttp2 sdl sdl_gfx sdl_image sdl_mixer sdl_ttf zlib) function recipe_version { echo "$VERSION" @@ -25,6 +25,7 @@ function recipe_build { --enable-ipv6=no \ --enable-client=sdl \ --enable-fcmp=cli \ + --with-ft-prefix="$sysroot" \ --with-sdl-prefix="$sysroot" \ ac_cv_lib_SDL_image_IMG_Load=yes \ ac_cv_lib_SDL_ttf_TTF_OpenFont=yes \