[PATCH] configure: force new xproto version dependency

Julien Cristau jcristau at debian.org
Fri May 14 09:42:43 PDT 2010


On Fri, May 14, 2010 at 19:00:42 +0300, Tiago Vignatti wrote:

> commit bca85e2e127a8a23e3a2debcfeb3ae07cd3c66ac introduced it.
> 
> Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index a25b1f4..7b9233d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -793,7 +793,7 @@ WINDOWSWMPROTO="windowswmproto"
>  APPLEWMPROTO="applewmproto >= 1.4"
>  
>  dnl Core modules for most extensions, et al.
> -REQUIRED_MODULES="[randrproto >= 1.2.99.3] [renderproto >= 0.11] [fixesproto >= 4.1] [damageproto >= 1.1] [xcmiscproto >= 1.2.0] [xextproto >= 7.0.99.3] [xproto >= 7.0.13] [xtrans >= 1.2.2] [bigreqsproto >= 1.1.0] fontsproto [inputproto >= 1.9.99.902] [kbproto >= 1.0.3]"
> +REQUIRED_MODULES="[randrproto >= 1.2.99.3] [renderproto >= 0.11] [fixesproto >= 4.1] [damageproto >= 1.1] [xcmiscproto >= 1.2.0] [xextproto >= 7.0.99.3] [xproto >= 7.0.16] [xtrans >= 1.2.2] [bigreqsproto >= 1.1.0] fontsproto [inputproto >= 1.9.99.902] [kbproto >= 1.0.3]"
>  REQUIRED_LIBS="xfont xau [pixman-1 >= 0.15.20]"
>  
That's not enough.  _X_NORETURN isn't in 7.0.16, so we first need an
xproto release, and then bump the dep to 7.0.17.

Cheers,
Julien


More information about the xorg-devel mailing list