meson: remove unnecessary line continuation

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30190>
This commit is contained in:
C Stout 2024-07-11 18:55:44 -07:00 committed by Marge Bot
parent 2afd233145
commit b16b1d05c5

View File

@ -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')