about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-11 13:49:04 +0300
committerK900 <me@0upti.me>2024-01-11 13:49:04 +0300
commit05207eaa09cab051d66a32a6c019b260154d6c46 (patch)
treee6cc544180890bbed5c1a4794eb98ded7a819648 /pkgs/servers/x11
parent211f1033b7933b0dc56a66e194073882f6850ccc (diff)
xwayland: build with libei
Allows proxying xtest emulated input to the compositor (at least on GNOME)
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index facde16677478..30fc6a1e35fdf 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -3,6 +3,7 @@
 , fetchurl
 , fontutil
 , lib
+, libei
 , libGL
 , libGLU
 , libX11
@@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     egl-wayland
     libepoxy
+    libei
     fontutil
     libGL
     libGLU