mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Enable GLESv1 support
This is required for being able to pass the CTS for OpenGL ES and ensures our GLES support is fully conformant.
This commit is contained in:
parent
9c488ba4ae
commit
9f2ae177dd
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ export RUSTFLAGS="%build_rustflags"
|
|||
-Dvulkan-drivers=%{?vulkan_drivers} \
|
||||
-Dvulkan-layers=device-select \
|
||||
-Dshared-glapi=enabled \
|
||||
-Dgles1=disabled \
|
||||
-Dgles1=enabled \
|
||||
-Dgles2=enabled \
|
||||
-Dopengl=true \
|
||||
-Dgbm=enabled \
|
||||
|
|
Loading…
Reference in a new issue