Skip to content
Snippets Groups Projects
Commit 28324057 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix_freeciv' into 'master'

nghttp2 dependency added

See merge request !221
parents 7180601c fcb0f962
No related branches found
No related tags found
1 merge request!221nghttp2 dependency added
VERSION=2.6.0 VERSION=2.6.0
TAR=http://files.freeciv.org/stable/freeciv-$VERSION.tar.bz2 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 { function recipe_version {
echo "$VERSION" echo "$VERSION"
...@@ -25,6 +25,7 @@ function recipe_build { ...@@ -25,6 +25,7 @@ function recipe_build {
--enable-ipv6=no \ --enable-ipv6=no \
--enable-client=sdl \ --enable-client=sdl \
--enable-fcmp=cli \ --enable-fcmp=cli \
--with-ft-prefix="$sysroot" \
--with-sdl-prefix="$sysroot" \ --with-sdl-prefix="$sysroot" \
ac_cv_lib_SDL_image_IMG_Load=yes \ ac_cv_lib_SDL_image_IMG_Load=yes \
ac_cv_lib_SDL_ttf_TTF_OpenFont=yes \ ac_cv_lib_SDL_ttf_TTF_OpenFont=yes \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment