add a module that forwards cork/uncork requests to X11 as fake pause/resume key events

This commit is contained in:
Lennart Poettering 2009-02-13 02:39:07 +01:00
parent 4fab9bf238
commit 433751ff25
4 changed files with 199 additions and 2 deletions

View file

@ -485,7 +485,7 @@ AC_ARG_ENABLE([x11],
[x11=auto])
if test "x${x11}" != xno ; then
PKG_CHECK_MODULES(X11, [ x11 ice sm ],
PKG_CHECK_MODULES(X11, [ x11 ice sm xtst ],
HAVE_X11=1,
[
HAVE_X11=0