summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2022-06-01 14:52:11 +0300
committerPekka Paalanen <pq@iki.fi>2022-06-02 08:37:36 +0000
commitfb7b1a412504d3bcf29e01b0d4b96e3f8badc79c (patch)
tree32907c58550e3227beeb3b62911c5564c98b77c2 /meson.build
parent8508f93f2b13f34f091914723d1306de7033d046 (diff)
downloadweston-fb7b1a412504d3bcf29e01b0d4b96e3f8badc79c.tar.gz
Revert "build: add test-gl-renderer option"
This reverts commit 1618697dc3db9e63ed601be7cbc2fb5e84c94b41. The original commit was a workaround for https://gitlab.freedesktop.org/mesa/mesa/-/issues/2219 which was fixed in Mesa: - c7617d8908a970124321ce731b43d5996c3c5775 released as 20.1.0-rc1 - a0e6341fe4417e41cda0b19e4fa7f8bbe4e1dba1 released as 19.3.5 - f27e5d9df5bc9c85d45c2cb1f2a4997b453365fe released as 20.0.0 This workaround should not be necessary anymore, we don't use it in our CI, and it was manual to begin with. Therefore remove it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8498ec1f..47324bd8 100644
--- a/meson.build
+++ b/meson.build
@@ -121,8 +121,6 @@ config_h.set_quoted('LIBEXECDIR', dir_libexec)
config_h.set_quoted('MODULEDIR', dir_module_weston)
config_h.set_quoted('LIBWESTON_MODULEDIR', dir_module_libweston)
-config_h.set10('TEST_GL_RENDERER', get_option('test-gl-renderer'))
-
backend_default = get_option('backend-default')
if backend_default == 'auto'
foreach b : [ 'headless', 'x11', 'wayland', 'drm' ]