diff --git a/pkgs/development/libraries/cogl/default.nix b/pkgs/development/libraries/cogl/default.nix index fce2b2c48317..4a72584ada3e 100644 --- a/pkgs/development/libraries/cogl/default.nix +++ b/pkgs/development/libraries/cogl/default.nix @@ -14,7 +14,7 @@ gobject-introspection, wayland, gnome, - libgbm, + mesa, automake, autoconf, gstreamerSupport ? true, @@ -86,7 +86,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals stdenv.hostPlatform.isLinux [ wayland - libgbm + mesa # actually uses eglmesaext libGL xorg.libXrandr xorg.libXfixes