From 8fae7c0ecb70d97a1e14d9b45238e02224324384 Mon Sep 17 00:00:00 2001 From: Tibor Nagy <xnagytibor@gmail.com> Date: Wed, 2 May 2018 21:02:18 +0200 Subject: [PATCH] openttd: Enable LZMA --- recipes/openttd/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/openttd/recipe.sh b/recipes/openttd/recipe.sh index 2d35cf03b..108cfeb86 100644 --- a/recipes/openttd/recipe.sh +++ b/recipes/openttd/recipe.sh @@ -1,7 +1,7 @@ VERSION=1.8 GIT=https://github.com/OpenTTD/OpenTTD.git BRANCH=release/$VERSION -BUILD_DEPENDS=(sdl liborbital zlib) +BUILD_DEPENDS=(sdl liborbital zlib xz) function recipe_version { echo "$VERSION" @@ -14,7 +14,7 @@ function recipe_update { } function recipe_build { - ./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-lzma --without-liblzo2 --disable-network --without-threads + ./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network --without-threads make VERBOSE=1 skip=1 } -- GitLab