OpenTTD-patches/vcpkg.json
Jonathan G Rennison 42c8f50551 Merge branch 'master' into jgrpp
# 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
2024-01-02 14:44:33 +00:00

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"
}