wingpanel: add mesa dependency

This commit is contained in:
Gabriel Ebner 2021-04-09 10:52:23 +02:00
parent d57202dac7
commit bdc502c4c0
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
, granite , granite
, gettext , gettext
, mutter , mutter
, mesa
, json-glib , json-glib
, python3 , python3
, elementary-gtk-theme , elementary-gtk-theme
@ -55,6 +56,7 @@ stdenv.mkDerivation rec {
json-glib json-glib
libgee libgee
mutter mutter
mesa # for libEGL
]; ];
patches = [ patches = [