mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
configure.ac: Lower require dri2proto version to 2.1
Additions after 2.1 are implemented in a conditional way and will be supported if available.
This commit is contained in:
parent
107a2ec9ee
commit
aa0cd707af
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ AC_CANONICAL_HOST
|
|||
dnl Versions for external dependencies
|
||||
LIBDRM_REQUIRED=2.4.15
|
||||
LIBDRM_RADEON_REQUIRED=2.4.17
|
||||
DRI2PROTO_REQUIRED=2.2
|
||||
DRI2PROTO_REQUIRED=2.1
|
||||
GLPROTO_REQUIRED=1.4.11
|
||||
|
||||
dnl Check for progs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue