mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 08:20:29 +01:00
meson: set windows glx defines
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
bb5d663b39
commit
9cdd41b18a
1 changed files with 2 additions and 0 deletions
|
|
@ -392,6 +392,8 @@ if with_platform_x11
|
|||
endif
|
||||
if with_dri_platform == 'drm'
|
||||
pre_args += '-DGLX_USE_DRM'
|
||||
elif with_dri_platform == 'windows'
|
||||
pre_args += '-DGLX_USE_WINDOWSGL'
|
||||
endif
|
||||
endif
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue