From c71006726e20d7b6aa945947f4beb738566e05f6 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Wed, 28 Sep 2022 06:25:11 -0400 Subject: [PATCH] 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 Reviewed-by: Eric Engestrom Part-of: --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index ff26001d3a0..8e45a2689a1 100644 --- a/meson.build +++ b/meson.build @@ -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')