summaryrefslogtreecommitdiff
path: root/lib/libXdamage/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2023-07-03 08:16:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2023-07-03 08:16:50 +0000
commitc274d1f4f87f8769af645c4c2b058946ffa6022f (patch)
treeebed2e8c5cbd89d5ed013aaea65f99b72c5882b4 /lib/libXdamage/configure.ac
parent6d400e7226c1e7e33934747f6d35b0e0da4d4d41 (diff)
Update to libXdamage 1.1.6
Diffstat (limited to 'lib/libXdamage/configure.ac')
-rw-r--r--lib/libXdamage/configure.ac11
1 files changed, 6 insertions, 5 deletions
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