[Mesa-dev] [PATCH 02/10] configure.ac: dump dri2proto requirement to 2.8
Emil Velikov
emil.l.velikov at gmail.com
Thu Feb 9 13:35:45 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
dri2proto 2.8 was released 4+ years ago, so it must be of no surprise
for anyone building mesa from git.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a6ceee95a3..2648194b67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ LIBDRM_NOUVEAU_REQUIRED=2.4.66
LIBDRM_FREEDRENO_REQUIRED=2.4.74
LIBDRM_VC4_REQUIRED=2.4.69
LIBDRM_ETNAVIV_REQUIRED=2.4.74
-DRI2PROTO_REQUIRED=2.6
+DRI2PROTO_REQUIRED=2.8
DRI3PROTO_REQUIRED=1.0
PRESENTPROTO_REQUIRED=1.0
GLPROTO_REQUIRED=1.4.14
--
2.11.0
More information about the mesa-dev
mailing list