From 078861e044c2973e8b3ff7a6c2ba664b37e3a061 Mon Sep 17 00:00:00 2001 From: Daniel Braunwarth Date: Sun, 5 Jan 2025 08:34:14 +0000 Subject: [PATCH] ci: add meson Signed-off-by: Daniel Braunwarth --- ci/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/setup.sh b/ci/setup.sh index 1a3e27a4..49b91664 100755 --- a/ci/setup.sh +++ b/ci/setup.sh @@ -50,6 +50,7 @@ $_SUDO apt-get -qq update && apt-get install --yes --no-install-recommends \ libwebsockets-dev \ libzstd-dev \ make \ + meson \ npm \ python3 \ uuid-dev \