mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue