From d645fcf634ce2905157bd6f030473c7e24f2cf70 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 21 Dec 2024 21:37:05 +0300 Subject: [PATCH] cogl: libgbm -> mesa --- pkgs/development/libraries/cogl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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