xwayland: fix building with llvm (#374946)

This commit is contained in:
Tristan Ross
2025-02-04 07:46:09 -08:00
committed by GitHub
+2 -1
View File
@@ -23,7 +23,8 @@
libXt,
libdrm,
libtirpc,
withLibunwind ? true,
# Disable withLibunwind as LLVM's libunwind will conflict and does not support the right symbols.
withLibunwind ? !(stdenv.hostPlatform.useLLVM or false),
libunwind,
libxcb,
libxkbfile,