mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Add missing dependencies for openttd
This commit is contained in:
parent
83c78971e2
commit
e9a8646d3e
Notes:
sideshowbarker
2024-07-18 18:19:00 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/e9a8646d3e8 Pull-request: https://github.com/SerenityOS/serenity/pull/7037
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue