egl-wayland: depend on libdrm instead of mesa
This commit is contained in:
parent
355267ec23
commit
087d508123
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user