summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-15 16:28:46 +0100
committerSimon Rettberg2019-11-15 16:28:46 +0100
commit19d00b4b6f762930d2f77e43b67cf19059164b6f (patch)
tree6416c5b3de88e4931a9b3871ff3e758a177ed5b5 /configure.in
parentMerge branch 'master' into openslx (5.43) (diff)
downloadxscreensaver-19d00b4b6f762930d2f77e43b67cf19059164b6f.tar.gz
xscreensaver-19d00b4b6f762930d2f77e43b67cf19059164b6f.tar.xz
xscreensaver-19d00b4b6f762930d2f77e43b67cf19059164b6f.zip
Würg around reset idle time through ungrab hook
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
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