[Xcb] xorg - xcb-util build error

Ian Osgood iano at quirkster.com
Mon Sep 18 08:03:07 PDT 2006


On Sep 18, 2006, at 3:36 AM, dave frost wrote:

> I think i remember someone pointing out xcb-util didnt need to be  
> built, is this correct ?

Correct, patch to xorg/util/modular/build.sh follows.

diff --git a/build.sh b/build.sh
index 3286e4e..8422d3f 100755
--- a/build.sh
+++ b/build.sh
@@ -127,7 +127,6 @@ build_lib() {
      build lib libXdmcp
      if test x"$USE_XCB" != xNO ; then
         build xcb xcb
-       build xcb xcb-util
      fi
      build lib libX11
      build lib libXext
@@ -274,9 +273,6 @@ build_app() {
      build app xwd
      build app xwininfo
      build app xwud
-    if test x"$USE_XCB" != xNO ; then
-       build xcb xcb-demo
-    fi
}
# The server requires at least the following libraries:



More information about the Xcb mailing list