wio: add missing mesa dependency
This commit is contained in:
parent
d9e946acf9
commit
5e35b5c420
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue