Contents
$XORG_PREFIX/include/xcb and $XORG_PREFIX/share/doc/libxcb-1.11.1
            The libxcb package provides an interface to the X Window System protocol, which replaces the current Xlib interface. Xlib can also use XCB as a transport layer, allowing software to make requests and receive responses with both.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2
Download MD5 sum: f97a65e6158775de518ac391935634c2
Download size: 508 KB
Estimated disk space required: 42 MB, with tests (124 MB with doxygen generated documentation)
Estimated build time: 0.2 SBU, with tests (0.3 SBU with doxygen generated documentation)
libXau-1.0.8 and xcb-proto-1.11
Doxygen-1.8.11 (to generate API documentation) Check-0.10.0 (to run tests) and libxslt-1.1.28
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxcb
Install libxcb by running the following commands:
sed -i "s/pthread-stubs//" configure &&
./configure $XORG_CONFIG      \
            --enable-xinput   \
            --without-doxygen \
            --docdir='${datadir}'/doc/libxcb-1.11.1 &&
make
        To test the results, issue: make check.
          Now, as the root user:
        
make install
sed "s/pthread-stubs//" -i configure: This sed removes dependency on libpthread-stubs package which is useless on Linux.
          --enable-xinput: This
          switch enables XCB Xinput extension.
        
          --without-doxygen: Do not
          use doxygen to generate API documentation (default: auto). Without
          it, if Doxygen-1.8.11 is installed, the API
          documentation will be generated and installed.
        
$XORG_PREFIX/include/xcb and $XORG_PREFIX/share/doc/libxcb-1.11.1
            Last updated on 2016-02-22 14:52:02 -0800