hikari: add mesa dependency
This commit is contained in:
parent
e863b947b8
commit
da52495c64
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchzip,
|
||||
pkg-config, bmake,
|
||||
cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman,
|
||||
libucl, wayland, wayland-protocols, wlroots,
|
||||
libucl, wayland, wayland-protocols, wlroots, mesa,
|
||||
features ? {
|
||||
gammacontrol = true;
|
||||
layershell = true;
|
||||
|
@ -35,6 +35,7 @@ stdenv.mkDerivation {
|
|||
pango
|
||||
pixman
|
||||
libucl
|
||||
mesa # for libEGL
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlroots
|
||||
|
|
Loading…
Reference in a new issue