3fa40e05dc
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
23 lines
615 B
JSON
23 lines
615 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"repository": "https://github.com/microsoft/vcpkg",
|
|
"baseline": "01e159b519b7e791cc5bb3548663a26d9c0922a3"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "git",
|
|
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
|
|
"baseline": "a52692fc616fc7f1daf3027a31635aa6f0a915a5",
|
|
"packages": [
|
|
"python3",
|
|
"opencascade",
|
|
"wxpython-33",
|
|
"wxwidgets-33",
|
|
"ngspice"
|
|
]
|
|
}
|
|
]
|
|
}
|