From f0f5a079ce2e4a7300c3a49883b08cfe38e29a67 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sun, 24 Jul 2022 09:28:50 -0600 Subject: [PATCH] Add llvm build dependency to neverball --- recipes/neverball/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/neverball/recipe.sh b/recipes/neverball/recipe.sh index 5e3bab5ac..859b63e6a 100644 --- a/recipes/neverball/recipe.sh +++ b/recipes/neverball/recipe.sh @@ -1,6 +1,6 @@ VERSION=1.6.0 TAR="https://neverball.org/neverball-${VERSION}.tar.gz" -BUILD_DEPENDS=(freetype libjpeg libogg liborbital libpng libvorbis mesa sdl2 sdl2_ttf zlib) +BUILD_DEPENDS=(freetype libjpeg libogg liborbital libpng libvorbis llvm mesa sdl2 sdl2_ttf zlib) function recipe_version { echo "$VERSION" -- GitLab