From 19d00b4b6f762930d2f77e43b67cf19059164b6f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 15 Nov 2019 16:28:46 +0100 Subject: Würg around reset idle time through ungrab hook --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 20fb0f7..a2e943e 100644 --- a/configure.in +++ b/configure.in @@ -1635,6 +1635,10 @@ AC_ARG_WITH(xinerama-ext, HANDLE_X_PATH_ARG(with_xinerama, --with-xinerama-ext, XINERAMA) +AC_CHECK_X_LIB(Xss, XScreenSaverQueryInfo, [X_EXTRA_LIBS="$X_EXTRA_LIBS -lXss"], [true], + -lXss -lX11) + + if test "$with_xinerama" = yes; then # first check for Xinerama.h -- cgit v1.2.3-55-g7522