summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-09 23:02:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-09 23:02:48 -0400
commit9a9257d7be38e7378ecb1766437d1a47acbb8d18 (patch)
treee7b703bb52c7e7988d898329a9f37109db7dc377
parent5c10f2b4cda25d3c6897216856298cdeca66eb6a (diff)
downloadgtk+-9a9257d7be38e7378ecb1766437d1a47acbb8d18.tar.gz
tests: Don't disable vertex arrays
It doesn't work, and that makes tests fail.
-rw-r--r--testsuite/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build
index b300823339..8650e918e7 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -19,7 +19,6 @@ setups = [
'backend': 'wayland', 'if': wayland_enabled,
'env': ['GDK_DEBUG=gl-gles,default-settings',
'MESA_GLES_VERSION_OVERRIDE=2.0',
- 'MESA_EXTENSION_OVERRIDE=-GL_OES_vertex_array_object',
'GSK_MAX_TEXTURE_SIZE=1024',
], },
{ 'backend': 'win32', 'if': os_win32 },