Contents
$XORG_PREFIX
/include/xcb and $XORG_PREFIX
/share/doc/libxcb-1.13
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-8.3 platform.
Download (HTTP): https://xcb.freedesktop.org/dist/libxcb-1.13.tar.bz2
Download MD5 sum: c2b6cf928afa16b0047c974e7aaa783f
Download size: 498 KB
Estimated disk space required: 41 MB (with tests, add 62 MB for doxygen docs)
Estimated build time: 0.3 SBU (with tests, add 1.4 SBU for doxygen docs)
libXau-1.0.8 and xcb-proto-1.13
Doxygen-1.8.14 (to generate API documentation) and libxslt-1.1.32
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 \ --without-doxygen \ --docdir='${datadir}'/doc/libxcb-1.13 && 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.
--without-doxygen
: Do not
use doxygen to generate API documentation (default: auto). Without
it, if Doxygen-1.8.14 is installed, the API
documentation will be generated and installed.
$XORG_PREFIX
/include/xcb and $XORG_PREFIX
/share/doc/libxcb-1.13
Last updated on 2018-08-17 18:17:43 -0700