Files
kicad-source-mirror/vcpkg.json
T
Alex Shvartzkop 3fa40e05dc Use GLAD for OpenGL loading instead of GLEW.
This allows us to pick GLX on X11 and EGL on Wayland
at runtime when building with wxWidgets 3.3.2+

GLEW only allowed to choose between GLX/EGL at compile time.

This also removes KICAD_USE_EGL option, KiCad will use
whatever wxWidgets was built with.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20647
2026-02-22 14:56:40 +03:00

85 lines
1.6 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad",
"version": "8.99",
"license": "GPL-2.0+",
"dependencies": [
"boost-algorithm",
"boost-bimap",
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-random",
"boost-range",
"boost-stacktrace",
"boost-test",
"boost-uuid",
"cairo",
{
"name": "wxwidgets-33",
"features": [ "webview" ]
},
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
"harfbuzz",
"glm",
{
"name": "opencascade",
"features": [ "rapidjson" ]
},
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
"icu",
"ngspice",
"wxpython-33",
{
"name": "libgit2",
"features": [ "ssh", "winhttp" ]
},
"nng",
"protobuf",
"zstd"
],
"overrides": [
{
"name": "glm",
"version": "0.9.9.8#2",
"$comment": "Pinned due to bad vcpkg port updating to a non-real version"
},
{
"name": "python3",
"version": "3.11.5#0"
},
{
"name": "wxwidgets-33",
"version": "3.3.1#4"
},
{
"name": "wxpython-33",
"version": "4.2.3#6"
},
{
"name": "ngspice",
"version": "45.2#0"
},
{
"name": "protobuf",
"version": "3.21.12#4",
"$comment": "Pinned until compat in kicad is improved"
}
]
}