diff options
author | raveit65 <[email protected]> | 2019-07-10 15:12:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-11 19:15:55 +0200 |
commit | a744a1ac9395e9b2fed0d9092e938164da347802 (patch) | |
tree | e52ae827f0c0a0078f84e1a2916c784b10f02509 /configure.ac | |
parent | 7fd2429f04ea6f900a66322cebf906a0f14e5ebd (diff) | |
download | mate-screensaver-a744a1ac9395e9b2fed0d9092e938164da347802.tar.bz2 mate-screensaver-a744a1ac9395e9b2fed0d9092e938164da347802.tar.xz |
drop libXxf86 dependency
The X server hasn't implemented it in over 10 years.
and it was dropped from debian since a long time.
fixes https://github.com/mate-desktop/mate-screensaver/issues/199
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index b215428..05984ec 100644 --- a/configure.ac +++ b/configure.ac @@ -414,23 +414,6 @@ elif test "$with_xf86gamma" != no; then fi dnl --------------------------------------------------------------------------- -dnl - Check for XF86MiscSetGrabKeysState (but only bother if we are already -dnl - using other XF86 stuff.) -dnl --------------------------------------------------------------------------- - - -have_xf86miscsetgrabkeysstate=no -if test "$have_xf86gamma" = yes -o "$have_xf86vmode" = yes; then - AC_CHECK_X_LIB(Xxf86misc, XF86MiscSetGrabKeysState, - [have_xf86miscsetgrabkeysstate=yes], - [true], -lXext -lX11) - if test "$have_xf86miscsetgrabkeysstate" = yes ; then - SAVER_LIBS="$SAVER_LIBS -lXxf86misc" - AC_DEFINE(HAVE_XF86MISCSETGRABKEYSSTATE, , [Define this if you have the XF86MiscSetGrabKeysState function]) - fi -fi - -dnl --------------------------------------------------------------------------- dnl - The --enable-locking option dnl --------------------------------------------------------------------------- |