prl-tools: add wayland dependency

This is required for prlcc to function correctly in wayland sessions.

Previously, when using wayland, prlcc did not detect the session.
Features such as 'Use all displays in Full Screen' and adjusting the
resolution based on host window size were thus not available in Wayland
sessions.
This commit is contained in:
Benno Fünfstück
2025-02-17 09:14:12 +01:00
parent f4e2c08b6c
commit fa99d1c745
@@ -20,6 +20,7 @@
netcat,
timetrap,
util-linux,
wayland,
}:
let
@@ -29,6 +30,7 @@ let
libPath = lib.concatStringsSep ":" [
"${glib.out}/lib"
"${xorg.libXrandr}/lib"
"${wayland.out}/lib"
];
scriptPath = lib.concatStringsSep ":" [
"${bash}/bin"