x11: Partially convert to XCB.

This commit mostly converts the X11 handling to XCB. There are still
some uses of XLib to deal with the X11 session handling modules, however all
client-side code should now be free of XLib and thus this should fix Bug #799
This commit is contained in:
Colin Guthrie 2010-05-29 19:33:54 +01:00
parent 4a1072e0bc
commit 2b88634671
8 changed files with 109 additions and 90 deletions

View file

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