Skip to content
Snippets Groups Projects
Commit 5414eadd authored by calrama's avatar calrama
Browse files

windows: Remove EGL support for libepoxy

EGL support under Windows is terrible: Neither OpenGL 4.5 Core nor
OpenGL ES 3.1) is available via any of the available implementations
parent a739f182
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN . $Profile; \
$vcpkg_triplet = 'x64-windows-14.16'; \
Must-Run ./vcpkg install \
zlib:$vcpkg_triplet \
libepoxy[egl]:$vcpkg_triplet \
libepoxy:$vcpkg_triplet \
glm:$vcpkg_triplet \
cgal:$vcpkg_triplet \
hdf5:$vcpkg_triplet \
......
......@@ -8,7 +8,7 @@ RUN . $Profile; \
$vcpkg_triplet = 'x64-windows-14.16'; \
Must-Run ./vcpkg install \
zlib:$vcpkg_triplet \
libepoxy[egl]:$vcpkg_triplet \
libepoxy:$vcpkg_triplet \
glm:$vcpkg_triplet \
cgal:$vcpkg_triplet \
hdf5:$vcpkg_triplet \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment