wio: add missing mesa dependency
This commit is contained in:
parent
d9e946acf9
commit
5e35b5c420
@ -10,6 +10,7 @@
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wlroots
|
||||
, mesa
|
||||
, xwayland
|
||||
, makeWrapper
|
||||
}:
|
||||
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlroots
|
||||
mesa # for libEGL
|
||||
xwayland
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user