egl-wayland: depend on libdrm instead of mesa

This commit is contained in:
K900 2023-04-08 15:51:01 +03:00
parent 355267ec23
commit 087d508123

View File

@ -7,7 +7,7 @@
, wayland-scanner
, libGL
, libX11
, mesa
, libdrm
, wayland
, wayland-protocols
}:
@ -68,7 +68,7 @@ in stdenv.mkDerivation rec {
eglexternalplatform
libGL
libX11
mesa
libdrm
wayland
wayland-protocols
];