README: The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib.
xcb-util was not shipped in X11R7.6 Signed-off-by: Gaetan Nadon <[email protected]> --- build.sh | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 0a20a4d..f8cdbb9 100755 --- a/build.sh +++ b/build.sh @@ -213,10 +213,6 @@ checkfortars() { module="xcb/libxcb" component="libxcb" ;; - "util") - module="xcb/util" - component="xcb-util" - ;; esac ;; "mesa") @@ -610,7 +606,6 @@ build_lib() { build lib libXdmcp build xcb pthread-stubs build xcb libxcb - build xcb util build lib libX11 build lib libXext case $HOST_OS in -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
