From b16b1d05c5ff66d3c45a7dc2973dc56ee29ffb30 Mon Sep 17 00:00:00 2001 From: C Stout Date: Thu, 11 Jul 2024 18:55:44 -0700 Subject: [PATCH] meson: remove unnecessary line continuation Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3a443f3ff41..451c077b470 100644 --- a/meson.build +++ b/meson.build @@ -415,7 +415,7 @@ if with_glx == 'dri' endif if not with_opengl and with_glx != 'disabled' - error('Building GLX without OpenGL is not supported.') \ + error('Building GLX without OpenGL is not supported.') endif if not (with_dri or with_gallium or with_glx != 'disabled')