diff options
Diffstat (limited to 'updategit.bat')
-rw-r--r-- | updategit.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/updategit.bat b/updategit.bat index cb933d8b5..b10401c28 100644 --- a/updategit.bat +++ b/updategit.bat @@ -11,6 +11,7 @@ git clone git://anongit.freedesktop.org/xorg/lib/libXext git clone git://anongit.freedesktop.org/xorg/lib/libfontenc
git clone git://anongit.freedesktop.org/xorg/lib/libXinerama
git clone git://anongit.freedesktop.org/xorg/lib/libXau
+git clone git://anongit.freedesktop.org/xorg/app/xkbcomp
:noclone
pushd .
@@ -55,5 +56,9 @@ echo Updating libXau |& tee /a d:\updategit.log pushd libXau |& tee /a d:\updategit.log
git pull |& tee /a d:\updategit.log
popd
+echo Updating xkbcomp |& tee /a d:\updategit.log
+pushd xkbcomp |& tee /a d:\updategit.log
+git pull |& tee /a d:\updategit.log
+popd
popd
setlocal off
|