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:
Simon Zeni 2022-09-28 06:25:11 -04:00 committed by Marge Bot
parent 96894e6746
commit c71006726e
1 changed files with 0 additions and 3 deletions

View File

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