diff options
Diffstat (limited to 'app/xmag/configure.ac')
-rw-r--r-- | app/xmag/configure.ac | 6 |
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, |