From 5978ed4f979941168e5400d30c864cdbf158b47e Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 11 Nov 2024 09:23:26 +0000 Subject: update to xmag 1.0.8 --- app/xmag/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/xmag/configure.ac') 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, -- cgit v1.2.3