summaryrefslogtreecommitdiff
path: root/app/xkbcomp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'app/xkbcomp/configure.ac')
-rw-r--r--app/xkbcomp/configure.ac9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/xkbcomp/configure.ac b/app/xkbcomp/configure.ac
index ccee8f19a..0ab0970f1 100644
--- a/app/xkbcomp/configure.ac
+++ b/app/xkbcomp/configure.ac
@@ -22,8 +22,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xkbcomp], [1.4.2],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbcomp])
+AC_INIT([xkbcomp], [1.4.3],
+ [https://gitlab.freedesktop.org/xorg/app/xkbcomp/issues], [xkbcomp])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
@@ -47,11 +47,8 @@ fi
AC_CHECK_FUNCS([strdup strcasecmp])
-REQUIRED_MODULES="x11 xkbfile xproto >= 7.0.17"
-
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XKBCOMP, [$REQUIRED_MODULES])
-AC_SUBST(REQUIRED_MODULES)
+PKG_CHECK_MODULES(XKBCOMP, [x11 xkbfile xproto >= 7.0.17])
AC_ARG_WITH([xkb_config_root],
[AS_HELP_STRING([--with-xkb-config-root=<paths>],