mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
meson: don't build glx or dri by default on windows
v5: - Move is windows check down to make code more robust Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
70cac06bbf
commit
e1e2388f06
1 changed files with 2 additions and 0 deletions
|
|
@ -320,6 +320,8 @@ if with_glx == 'auto'
|
|||
with_glx = 'dri'
|
||||
elif with_platform_haiku
|
||||
with_glx = 'disabled'
|
||||
elif host_machine.system() == 'windows'
|
||||
with_glx = 'disabled'
|
||||
elif with_gallium
|
||||
# Even when building just gallium drivers the user probably wants dri
|
||||
with_glx = 'dri'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue