mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
meson: remove unused EGL_NO_X11 definition
Last EGL header update changed the logic for the Xlib header inclusion. Now the caller has to specify USE_X11 if they want the Xlib definitions. Signed-off-by: Simon Zeni <simon@bl4ckb0ne.ca> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18848>
This commit is contained in:
parent
96894e6746
commit
c71006726e
1 changed files with 0 additions and 3 deletions
|
|
@ -956,9 +956,6 @@ if with_platform_x11
|
|||
pre_args += '-DGLX_USE_WINDOWSGL'
|
||||
endif
|
||||
endif
|
||||
else
|
||||
pre_args += '-DEGL_NO_X11'
|
||||
gl_pkgconfig_c_flags += '-DEGL_NO_X11'
|
||||
endif
|
||||
|
||||
with_android_stub = get_option('android-stub')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue