xwayland: fix building with llvm

This commit is contained in:
Tristan Ross
2025-01-18 19:01:15 -08:00
parent 0993fc2688
commit fdfe5b9458
+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,