From: Dylan Baker Date: Sat, 28 Oct 2017 04:08:07 +0000 (-0700) Subject: meson: set apple glx defines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=569628dd24f85ebddf263b6d974f0bc07c0e46dc;p=mesa.git meson: set apple glx defines Reviewed-by: Jon Turney Reviewed-by: Emil Velikov --- diff --git a/meson.build b/meson.build index d6ffa30d9e5..030ab0c6260 100644 --- a/meson.build +++ b/meson.build @@ -617,6 +617,8 @@ if with_platform_x11 endif if with_dri_platform == 'drm' pre_args += '-DGLX_USE_DRM' + elif with_dri_platform == 'apple' + pre_args += '-DGLX_USE_APPLEGL' elif with_dri_platform == 'windows' pre_args += '-DGLX_USE_WINDOWSGL' endif