Contents
$XORG_PREFIX/include/xcb and $XORG_PREFIX/share/doc/libxcb-1.9
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.3 platform.
Download (HTTP): http://xcb.freedesktop.org/dist/libxcb-1.9.tar.bz2
Download MD5 sum: 2b05856e9d1cb37836aae7406f2f4ce2
Download size: 380 KB
Estimated disk space required: 40 MB
Estimated build time: 0.3 SBU
libXau-1.0.7, libXdmcp-1.1.1, libxslt-1.1.28, and xcb-proto-1.8
Doxygen-1.8.4 (to generate API documentation) and Check-0.9.10 (to run tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libxcb
Install libxcb by running the following commands:
sed -e "s/pthread-stubs//" -i configure.ac &&
autoreconf -fi &&
./configure $XORG_CONFIG --enable-xinput --docdir='${datadir}'/doc/libxcb-1.9 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
sed -e "s/pthread-stubs//" -i configure.ac: This sed removes dependency on libpthread-stubs package which is useless on Linux.
--enable-xinput: This switch enables
XCB Xinput extension.
--without-doxygen: This
switch can be used to disable the API documentation if Doxygen-1.8.4 is installed.
$XORG_PREFIX/include/xcb and $XORG_PREFIX/share/doc/libxcb-1.9
Last updated on 2013-03-06 03:05:17 +0000