Require xproto 7.0.31
xproto 7.0.30 had a typo which caused compiles to fail on anything other than clang Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
f72ff1f7ac
commit
ade315386c
|
@ -812,7 +812,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
|
||||||
LIBXSHMFENCE="xshmfence >= 1.1"
|
LIBXSHMFENCE="xshmfence >= 1.1"
|
||||||
|
|
||||||
dnl Required modules
|
dnl Required modules
|
||||||
XPROTO="xproto >= 7.0.30"
|
XPROTO="xproto >= 7.0.31"
|
||||||
RANDRPROTO="randrproto >= 1.5.0"
|
RANDRPROTO="randrproto >= 1.5.0"
|
||||||
RENDERPROTO="renderproto >= 0.11"
|
RENDERPROTO="renderproto >= 0.11"
|
||||||
XEXTPROTO="xextproto >= 7.2.99.901"
|
XEXTPROTO="xextproto >= 7.2.99.901"
|
||||||
|
|
Loading…
Reference in New Issue