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