projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c10f2b
)
tests: Don't disable vertex arrays
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 10 May 2023 03:02:48 +0000
(23:02 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 10 May 2023 03:02:48 +0000
(23:02 -0400)
It doesn't work, and that makes tests fail.
testsuite/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/meson.build
b/testsuite/meson.build
index b3008233390aaf438bdf0d4e36cf1b62f457cbf6..8650e918e725ec5a098aeec2d46d9ad02ff66d1d 100644
(file)
--- 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 },