diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-11 18:57:45 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-12 08:37:07 +0100 |
commit | e9a8646d3e89bfd2a893bcf57c09bc12343fc98c (patch) | |
tree | 778a733ce115ca280f48eb26499a2087a99d2628 /Ports/openttd/package.sh | |
parent | 83c78971e25cd94cd071c0d8ded0ef42b8edacea (diff) | |
download | serenity-e9a8646d3e89bfd2a893bcf57c09bc12343fc98c.zip |
Ports: Add missing dependencies for openttd
Diffstat (limited to 'Ports/openttd/package.sh')
-rwxr-xr-x | Ports/openttd/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/openttd/package.sh b/Ports/openttd/package.sh index 5484df8427..2ac6889be1 100755 --- a/Ports/openttd/package.sh +++ b/Ports/openttd/package.sh @@ -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" |