pantheon.elementary-greeter: Use mesa instead of clutter-gtk

Looks like the comment no longer applies.
We just add the missing mesa for EGL/eglmesaext.h header.
This commit is contained in:
Bobby Rong
2023-02-16 12:31:51 +08:00
parent e410548128
commit a995311968
@@ -15,6 +15,7 @@
, libgee , libgee
, libhandy , libhandy
, gnome-settings-daemon , gnome-settings-daemon
, mesa
, mutter , mutter
, elementary-icon-theme , elementary-icon-theme
, wingpanel-with-indicators , wingpanel-with-indicators
@@ -22,7 +23,6 @@
, nixos-artwork , nixos-artwork
, lightdm , lightdm
, gdk-pixbuf , gdk-pixbuf
, clutter-gtk
, dbus , dbus
, accountsservice , accountsservice
, wrapGAppsHook , wrapGAppsHook
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
accountsservice accountsservice
clutter-gtk # else we get could not generate cargs for mutter-clutter-2
elementary-icon-theme elementary-icon-theme
gnome-settings-daemon gnome-settings-daemon
gdk-pixbuf gdk-pixbuf
@@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
libgee libgee
libhandy libhandy
lightdm lightdm
mesa # for libEGL
mutter mutter
]; ];