summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-19 17:13:43 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-21 22:29:29 -0700
commit8711add062ab66aaa6cc110309614f2d24ba0ee7 (patch)
tree2e4ab97343f72d018924f477e788dd6f6583c1ff
parent87f9d6f4695fb2d983c31e27e6d8d3c03fd7b22d (diff)
build.sh: Add modules split out of xcb-util
Straightforward addition of new xcb/util-* submodules - note that they rely on git submodules, so if you aren't using this script to clone & pull, you'll need to do the git submodule init & git submodule update yourself. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rwxr-xr-xbuild.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index f9e8b29..1e5035f 100755
--- a/build.sh
+++ b/build.sh
@@ -213,9 +213,9 @@ checkfortars() {
module="xcb/libxcb"
component="libxcb"
;;
- "util")
- module="xcb/util"
- component="xcb-util"
+ util*)
+ module="xcb/$component"
+ component="xcb-$component"
;;
esac
;;
@@ -638,6 +638,10 @@ build_lib() {
build xcb pthread-stubs
build xcb libxcb
build xcb util
+ build xcb util-image
+ build xcb util-keysyms
+ build xcb util-renderutil
+ build xcb util-wm
build lib libX11
build lib libXext
case $HOST_OS in