From 05207eaa09cab051d66a32a6c019b260154d6c46 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 11 Jan 2024 13:49:04 +0300 Subject: [PATCH] xwayland: build with libei Allows proxying xtest emulated input to the compositor (at least on GNOME) --- pkgs/servers/x11/xorg/xwayland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix index facde1667747..30fc6a1e35fd 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