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,
libpng,
libtheora,
# glx
libX11,
# glx
libGLU,
libGL,
libXpm,
@ -100,9 +100,9 @@ let
libvorbis
curl
gmp
libX11
]
++ lib.optionals withGLX [
libX11
libGLU
libGL
libXpm