mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
42c8f50551
# Conflicts: # .github/workflows/ci-build.yml # .github/workflows/release-linux.yml # .github/workflows/release-macos.yml # .github/workflows/release-windows.yml # .gitignore # COMPILING.md # src/company_gui.cpp # src/date_gui.cpp # src/engine.cpp # src/engine_func.h # src/fileio.cpp # src/linkgraph/linkgraph_gui.h # src/newgrf_debug_gui.cpp # src/newgrf_gui.cpp # src/order_gui.cpp # src/osk_gui.cpp # src/rail_gui.cpp # src/road_gui.cpp # src/script/api/script_event_types.hpp # src/sl/oldloader_sl.cpp # src/smallmap_gui.cpp # src/station_cmd.cpp # src/toolbar_gui.cpp # src/town_gui.cpp # src/transparency_gui.cpp # src/vehicle_gui.cpp # src/widget.cpp # src/widget_type.h # src/widgets/dropdown.cpp # src/widgets/dropdown_func.h # src/widgets/dropdown_type.h # src/widgets/group_widget.h # src/widgets/vehicle_widget.h # src/window.cpp # src/window_gui.h # src/window_type.h
54 lines
884 B
JSON
54 lines
884 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "linux",
|
|
"features": [
|
|
"http2"
|
|
]
|
|
},
|
|
{
|
|
"name": "dbus",
|
|
"platform": "linux",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "freetype",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "harfbuzz",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "icu",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "liblzma"
|
|
},
|
|
{
|
|
"name": "libpng"
|
|
},
|
|
{
|
|
"name": "lzo"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "zlib"
|
|
},
|
|
{
|
|
"name": "zstd"
|
|
}
|
|
],
|
|
"builtin-baseline": "94cf042e6b7713913a3b3150f3ca3d0f4550f7c4"
|
|
}
|