diff options
author | Emil Velikov <[email protected]> | 2017-02-09 13:35:45 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-13 10:12:56 +0000 |
commit | 6689cc0392fdcd8da7bde6f07c08f3fdabaa82ca (patch) | |
tree | eb34880e6636d6f26e9a5dadcae5abb7df963301 /configure.ac | |
parent | 404a5ca088773063da5a3dce359de19a0231b8fb (diff) |
configure.ac: dump dri2proto requirement to 2.8
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 39da5b4fc85..d0c3b554e9b 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ LIBDRM_VC4_REQUIRED=2.4.69 LIBDRM_ETNAVIV_REQUIRED=2.4.74 dnl Versions for external dependencies -DRI2PROTO_REQUIRED=2.6 +DRI2PROTO_REQUIRED=2.8 DRI3PROTO_REQUIRED=1.0 PRESENTPROTO_REQUIRED=1.0 GLPROTO_REQUIRED=1.4.14 |