From 5240588e67114b9c19b16bd1e0bdc18408afe37f Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 5 Mar 2025 11:33:59 +0300 Subject: [PATCH] xwayland: build with mesa-gl-headers --- pkgs/servers/x11/xorg/xwayland.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix index 160bb3e41818..99c9aabbbbdd 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -1,4 +1,5 @@ { + dri-pkgconfig-stub, egl-wayland, bash, libepoxy, @@ -6,6 +7,7 @@ fontutil, lib, libdecor, + libgbm, libei, libGL, libGLU, @@ -30,7 +32,7 @@ libxkbfile, libxshmfence, libxcvt, - mesa, + mesa-gl-headers, meson, ninja, openssl, @@ -75,8 +77,10 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + dri-pkgconfig-stub egl-wayland libdecor + libgbm libepoxy libei fontutil @@ -100,7 +104,7 @@ stdenv.mkDerivation rec { libxkbfile libxshmfence libxcvt - mesa # uses dri_interface.h + mesa-gl-headers openssl pixman systemd