From 6d6d2320bd460dcf9cf6216ff809382792663a43 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 19 Nov 2023 11:06:51 +0000 Subject: [PATCH] cross: fix mutter build --- overlays/cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/cross.nix b/overlays/cross.nix index 0ee86a8b..75c2e90c 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -860,6 +860,7 @@ in { nativeBuildInputs = lib.subtractLists [ final.mesa final.xorg.xorgserver ] orig.nativeBuildInputs; buildInputs = orig.buildInputs ++ [ final.mesa # fixes "meson.build:237:2: ERROR: Dependency "gbm" not found, tried pkgconfig" + final.libGL # fixes "meson.build:184:11: ERROR: Dependency "gl" not found, tried pkgconfig and system" ]; # Run-time dependency gi-docgen found: NO (tried pkgconfig and cmake) mesonFlags = lib.remove "-Ddocs=true" orig.mesonFlags;