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,
|
{ lib, stdenv, fetchzip,
|
||||||
pkg-config, bmake,
|
pkg-config, bmake,
|
||||||
cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman,
|
cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman,
|
||||||
libucl, wayland, wayland-protocols, wlroots,
|
libucl, wayland, wayland-protocols, wlroots, mesa,
|
||||||
features ? {
|
features ? {
|
||||||
gammacontrol = true;
|
gammacontrol = true;
|
||||||
layershell = true;
|
layershell = true;
|
||||||
|
@ -35,6 +35,7 @@ stdenv.mkDerivation {
|
||||||
pango
|
pango
|
||||||
pixman
|
pixman
|
||||||
libucl
|
libucl
|
||||||
|
mesa # for libEGL
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wlroots
|
wlroots
|
||||||
|
|
Loading…
Reference in a new issue