projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe36e3
)
meson: don't require dri2proto for darwin or windows
author
Jon Turney
<jon.turney@dronecode.org.uk>
Thu, 23 Nov 2017 14:01:57 +0000
(14:01 +0000)
committer
Jon Turney
<jon.turney@dronecode.org.uk>
Thu, 30 Nov 2017 15:09:21 +0000
(15:09 +0000)
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>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 7a7793b9961c0788c7f0c1fec9dd516957208140..9222e6ec2301cdea4f9c233fc69f4ea1d77cddcf 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-910,7
+910,9
@@
if with_platform_x11
endif
endif
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')
endif
if with_egl