[PATCH 1/2] Require at least xproto 7.0.28

Olivier Fourdan ofourdan at redhat.com
Fri Jul 17 01:34:56 PDT 2015


Hi

Would someone be kind enough to review this trivial patch so I can set up the git tree and send the pull request for Keith (or Eric)?

The bulk of the feature has been already reviews by Ajax, it's just the bump of the required xproto version that needs r-b.

TIA,
Olivier

----- Original Message -----
> To make sure we have enough file descriptors to manage at most 512
> clients.
> 
> Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 328563e..16d2123 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -771,7 +771,7 @@ APPLEWMPROTO="applewmproto >= 1.4"
>  LIBXSHMFENCE="xshmfence >= 1.1"
>  
>  dnl Required modules
> -XPROTO="xproto >= 7.0.26"
> +XPROTO="xproto >= 7.0.28"
>  RANDRPROTO="randrproto >= 1.5.0"
>  RENDERPROTO="renderproto >= 0.11"
>  XEXTPROTO="xextproto >= 7.2.99.901"
> --
> 2.4.3
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list