diff --git a/recipes/openttd/recipe.sh b/recipes/openttd/recipe.sh index 2d35cf03b28e008ff81d3b49487469711d8a4414..108cfeb8688a19ad5bd236c7934feb883b86e155 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 }