From 160c0e92fe8e6bbe5964f3bdf338410578b30486 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 5 Jan 2021 09:41:35 +0000 Subject: [PATCH] CI: explicitly depend on Mesa on Arch Linux meson.build:102:0: ERROR: Dependency "egl" not found, tried pkgconfig --- .builds/archlinux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index a79b3fe..5ffa9e4 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -4,6 +4,7 @@ packages: - meson - libinput - libxkbcommon + - mesa - scdoc - wayland - wayland-protocols