mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-22 05:33:55 +08:00
meson: remove unnecessary line continuation
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30190>
This commit is contained in:
parent
2afd233145
commit
b16b1d05c5
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user