From 2ebdcfeee38bed8c65daa78aa7d18d8d1d93ed85 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 12 Jan 2011 20:34:04 +0000 Subject: xkeyboard-config libX11 mesalib git update 12 jan 2011 --- updategit.bat | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'updategit.bat') diff --git a/updategit.bat b/updategit.bat index 1287854f3..0f85262c7 100644 --- a/updategit.bat +++ b/updategit.bat @@ -15,6 +15,7 @@ if not isdir xkbcomp git clone git://anongit.freedesktop.org/xorg/app/x if not isdir pixman git clone git://anongit.freedesktop.org/pixman if not isdir xextproto git clone git://anongit.freedesktop.org/xorg/proto/xextproto if not isdir randrproto git clone git://anongit.freedesktop.org/xorg/proto/randrproto +if not isdir mesa git clone git://anongit.freedesktop.org/git/mesa/mesa pushd . echo Updating xserver |& tee /a d:\updategit.log @@ -73,5 +74,9 @@ echo Updating randrproto |& tee /a d:\updategit.log pushd randrproto |& tee /a d:\updategit.log git pull |& tee /a d:\updategit.log popd +echo Updating mesa |& tee /a d:\updategit.log +pushd mesa |& tee /a d:\updategit.log +git pull |& tee /a d:\updategit.log +popd popd setlocal off -- cgit v1.2.3