summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5733ff..9b475d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,8 @@ AC_ARG_WITH(xkb-config-root,
AC_SUBST([XKBCONFIGROOT])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(SETXKBMAP, xkbfile x11)
+# xrandr is needed for the XWayland check
+PKG_CHECK_MODULES(SETXKBMAP, xkbfile x11 xrandr)
# Allow checking code with lint, sparse, etc.
XORG_WITH_LINT