mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 04:10:15 +01:00
configure: require xproto 7.0.26 for pointer typedef removal
Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
d2274f2f46
commit
28fa5dd5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
|
|||
XSHMFENCE="xshmfence >= 1.1"
|
||||
|
||||
dnl Required modules
|
||||
XPROTO="xproto >= 7.0.22"
|
||||
XPROTO="xproto >= 7.0.26"
|
||||
RANDRPROTO="randrproto >= 1.4.0"
|
||||
RENDERPROTO="renderproto >= 0.11"
|
||||
XEXTPROTO="xextproto >= 7.2.99.901"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue