diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-06 16:29:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-06 16:29:08 +0000 |
commit | ba251839ca1b5084209151cd8816ee23f29b1f35 (patch) | |
tree | a06e9bc10dd19cad762e35f30bd6ecd1351260a9 /lib/libXinerama/configure.ac | |
parent | a7e84904c9a9d28c71d50dd48360ec3541ba0e4f (diff) |
Update libXinerama to version 1.1.5. No functional changes.
Diffstat (limited to 'lib/libXinerama/configure.ac')
-rw-r--r-- | lib/libXinerama/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libXinerama/configure.ac b/lib/libXinerama/configure.ac index 9b06a8c28..10ff3fcf4 100644 --- a/lib/libXinerama/configure.ac +++ b/lib/libXinerama/configure.ac @@ -21,14 +21,14 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXinerama], [1.1.4], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXinerama]) +AC_INIT([libXinerama], [1.1.5], + [https://gitlab.freedesktop.org/xorg/lib/libxinerama/-/issues], + [libXinerama]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL @@ -40,7 +40,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS XORG_CHECK_MALLOC_ZERO -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(XINERAMA, [x11 >= 1.6] xext xextproto [xineramaproto >= 1.1.99.1]) # Allow checking code with lint, sparse, etc. |