mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
meson: don't require dri2proto for darwin or windows
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
dbe36e3b17
commit
3ae998a743
1 changed files with 3 additions and 1 deletions
|
|
@ -910,7 +910,9 @@ if with_platform_x11
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if with_glx == 'dri'
|
if with_glx == 'dri'
|
||||||
dep_dri2proto = dependency('dri2proto', version : '>= 2.8')
|
if with_dri_platform == 'drm'
|
||||||
|
dep_dri2proto = dependency('dri2proto', version : '>= 2.8')
|
||||||
|
endif
|
||||||
dep_glproto = dependency('glproto', version : '>= 1.4.14')
|
dep_glproto = dependency('glproto', version : '>= 1.4.14')
|
||||||
endif
|
endif
|
||||||
if with_egl
|
if with_egl
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue