From c274d1f4f87f8769af645c4c2b058946ffa6022f Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 3 Jul 2023 08:16:50 +0000 Subject: Update to libXdamage 1.1.6 --- lib/libXdamage/configure.ac | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/libXdamage/configure.ac') diff --git a/lib/libXdamage/configure.ac b/lib/libXdamage/configure.ac index e932e4aa6..48bc1c59d 100644 --- a/lib/libXdamage/configure.ac +++ b/lib/libXdamage/configure.ac @@ -29,13 +29,14 @@ AC_PREREQ([2.60]) # digit in the version number to track changes which don't affect the # protocol, so Xdamage version l.n.m corresponds to protocol version l.n # -AC_INIT(libXdamage, [1.1.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXdamage]) +AC_INIT(libXdamage, [1.1.6], + [https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues], + [libXdamage]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL @@ -51,8 +52,8 @@ XORG_DEFAULT_OPTIONS DAMAGEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] AC_SUBST(DAMAGEEXT_VERSION) -# Obtain compiler/linker options for depedencies -PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes fixesproto xextproto x11) +# Obtain compiler/linker options for dependencies +PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22]) AC_CONFIG_FILES([Makefile src/Makefile -- cgit v1.2.3