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-12 20:17:27 +08:00
parent e410548128
commit a995311968
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
, libgee
, libhandy
, gnome-settings-daemon
, mesa
, mutter
, elementary-icon-theme
, wingpanel-with-indicators
@ -22,7 +23,6 @@
, nixos-artwork
, lightdm
, gdk-pixbuf
, clutter-gtk
, dbus
, accountsservice
, wrapGAppsHook
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
buildInputs = [
accountsservice
clutter-gtk # else we get could not generate cargs for mutter-clutter-2
elementary-icon-theme
gnome-settings-daemon
gdk-pixbuf
@ -68,6 +67,7 @@ stdenv.mkDerivation rec {
libgee
libhandy
lightdm
mesa # for libEGL
mutter
];