mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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:
parent
e410548128
commit
a995311968
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user