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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user