summaryrefslogtreecommitdiff
path: root/app/xmag/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2024-11-11 09:23:26 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2024-11-11 09:23:26 +0000
commit5978ed4f979941168e5400d30c864cdbf158b47e (patch)
treecf3f5b6e8d1243f78f1ddcc0b983b0bee845b339 /app/xmag/configure.ac
parent2bebbfc35e15ecdf20e3c7cb2f4e8d5dc689db38 (diff)
update to xmag 1.0.8
Diffstat (limited to 'app/xmag/configure.ac')
-rw-r--r--app/xmag/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xmag/configure.ac b/app/xmag/configure.ac
index f1bbbe9e5..a5a3d6672 100644
--- a/app/xmag/configure.ac
+++ b/app/xmag/configure.ac
@@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xmag], [1.0.7],
- [https://gitlab.freedesktop.org/xorg/app/xmag/issues], [xmag])
+AC_INIT([xmag], [1.0.8],
+ [https://gitlab.freedesktop.org/xorg/app/xmag/-/issues], [xmag])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
@@ -48,7 +48,7 @@ AC_SEARCH_LIBS([lrint], [m])
AC_CHECK_FUNCS([lrint])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XMAG, xaw7 xmu xt x11)
+PKG_CHECK_MODULES(XMAG, [xaw7 xmu xt x11 xproto >= 7.0.22])
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
AC_ARG_WITH(appdefaultdir,