xpra: add libsystemd for optional systemd support

When libsystemd is available, xpra supports socket activation.  This
might as well be available by default, so enable it.
This commit is contained in:
Spencer Baugh
2025-03-03 13:48:20 -05:00
parent 2e568124dd
commit e30a62093e
+2
View File
@@ -22,6 +22,7 @@
librsvg,
libvpx,
libwebp,
systemd,
lz4,
nv-codec-headers-10,
nvidia_x11 ? null,
@@ -155,6 +156,7 @@ buildPythonApplication rec {
x264
x265
xxHash
systemd
]
++ lib.optional withNvenc [
nvencHeaders