From: Matthias Clasen Date: Wed, 10 May 2023 03:02:48 +0000 (-0400) Subject: tests: Don't disable vertex arrays X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~281^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a9257d7be38e7378ecb1766437d1a47acbb8d18;p=gtk4.git tests: Don't disable vertex arrays It doesn't work, and that makes tests fail. --- 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 },