Add more llvm dependencies

This commit is contained in:
Jeremy Soller 2022-07-24 11:15:09 -06:00
parent f0f5a079ce
commit 8630d48dc4
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
BUILD_DEPENDS=(liborbital mesa mesa_glu zlib)
BUILD_DEPENDS=(liborbital llvm mesa mesa_glu zlib)
function recipe_version {
printf "1.0.0"

View File

@ -2,7 +2,7 @@ VERSION=2.0
GIT=https://github.com/xTibor/VVVVVV
BRANCH=redox
GIT_UPSTREAM=https://github.com/TerryCavanagh/VVVVVV
BUILD_DEPENDS=(sdl2_image sdl2_mixer sdl2 liborbital mesa mesa_glu zlib libogg libvorbis)
BUILD_DEPENDS=(sdl2_image sdl2_mixer sdl2 liborbital llvm mesa mesa_glu zlib libogg libvorbis)
function recipe_version {
printf "1.0.0"