Ports: Add missing dependencies for openttd

This commit is contained in:
Gunnar Beutner 2021-05-11 18:57:45 +02:00 committed by Linus Groh
parent 83c78971e2
commit e9a8646d3e
Notes: sideshowbarker 2024-07-18 18:19:00 +09:00

View file

@ -2,7 +2,7 @@
port=openttd
version=1.11.0
auth_type=sha256
depends="SDL2 libpng zlib xz"
depends="freetype SDL2 libicu libpng zlib xz openttd-opengfx openttd-opensfx"
files="https://cdn.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz openttd-${version}.tar.xz 5e65184e07368ba1afa62dbb3e35abaee6c4da6730ff4bc9eb4447d53363c7a8"
useconfigure=true
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"