xonotic: add missing xorg.libX11 depend

Without the change the build in `staging` fails as:

    ld: cannot find -lX11: No such file or directory
This commit is contained in:
Sergei Trofimovich 2025-04-02 06:31:45 +01:00
parent 30edc74585
commit 0cedde399c

View file

@ -17,8 +17,8 @@
freetype, freetype,
libpng, libpng,
libtheora, libtheora,
# glx
libX11, libX11,
# glx
libGLU, libGLU,
libGL, libGL,
libXpm, libXpm,
@ -100,9 +100,9 @@ let
libvorbis libvorbis
curl curl
gmp gmp
libX11
] ]
++ lib.optionals withGLX [ ++ lib.optionals withGLX [
libX11
libGLU libGLU
libGL libGL
libXpm libXpm