mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
weston: switch to freerdp3
freerdp version 2 did get a security release with 2.11.7 last year, but is mostly unmaintained.
Weston serves as backend e.g. for sddm and thus is a security-critical component.
Moving it to a maintained version should be preferred.
Weston has support for both freerdp2 and freerdp3, and will use whichever backend is available [1].
[1] 89f3a8a71e
This commit is contained in:
parent
46e424a858
commit
02cbb4cc2e
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
pipewireSupport ? true,
|
||||
pipewire,
|
||||
rdpSupport ? true,
|
||||
freerdp,
|
||||
freerdp3,
|
||||
remotingSupport ? true,
|
||||
gst_all_1,
|
||||
vaapiSupport ? true,
|
||||
|
@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optional lcmsSupport lcms2
|
||||
++ lib.optional pangoSupport pango
|
||||
++ lib.optional pipewireSupport pipewire
|
||||
++ lib.optional rdpSupport freerdp
|
||||
++ lib.optional rdpSupport freerdp3
|
||||
++ lib.optionals remotingSupport [
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue