mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
meson: set apple glx defines
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
4772909447
commit
569628dd24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user