From fcb0f962900c0c8f2e37b725d5f145d9ca30d4d5 Mon Sep 17 00:00:00 2001
From: Fabio Di Francesco <fabio.difrancesco@gmail.com>
Date: Tue, 13 Aug 2019 13:39:02 +0000
Subject: [PATCH] nghttp2 dependency added

---
 recipes/freeciv/recipe.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes/freeciv/recipe.sh b/recipes/freeciv/recipe.sh
index 2b5d4925c..47dd5e6d5 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 \
-- 
GitLab