mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue