]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/zsh_autocompletion/all/_all
Restore the GLX binary on Linux systems
[xonotic/xonotic.git] / misc / tools / all / zsh_autocompletion / all / _all
index 8c99c313922a5c2a4710aeac0ebc65f42d91d531..7cd8ec2e924aaf0bda353af3ed0a12639aeceeee 100644 (file)
@@ -44,13 +44,14 @@ case $state in
             # choose version and autocomplete cvars
             # possible TODO: check for OS and adapt to it
             _arguments \
-                '1:Version:(sdl dedicated)' && ret=0
+                '1:Version:(sdl glx dedicated)' && ret=0
             ;;
 
         compile)
             _arguments \
-                '1:Version:(sdl dedicated)' \
+                '1:Version:(sdl glx dedicated)' \
                 "-0[don't use precompiled d0_blind_id]" \
+                "-1[don't compile d0_blind_id]" \
                 '-c[clean all before building]' \
                 '-qc[clean QuakeC binaries]' \
                 - '(release)' \