mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
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:
parent
4a1072e0bc
commit
2b88634671
8 changed files with 109 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue