UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

libxcb

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.

Package info

Codename: libxcb
Source file: libxcb-1.13.tar.bz2
Source directory: libxcb-1.13
Package URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/libxcb-1.13.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/libxcb-1.13.tar.bz2.md5sum
Dependances: libXau, xcb-proto.
Dependance of: xcb-util, xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm, Xlibs, X.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi


sed -i "s/pthread-stubs//" configure &&

./configure $XORG_CONFIG $ARG_STATIC      \
            --without-doxygen \
            --docdir='${datadir}'/doc/libxcb-1.13

Build script:
make

Install script:
make install