[PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X
Gaetan Nadon
memsize at videotron.ca
Mon Mar 7 11:14:10 PST 2011
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 <memsize at videotron.ca>
---
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
More information about the xorg-devel
mailing list