Skip to content
Snippets Groups Projects
Verified Commit 8b9d3788 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix vvvvvv recipe

parent 2d266888
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ VERSION=2.0 ...@@ -2,7 +2,7 @@ VERSION=2.0
GIT=https://github.com/xTibor/VVVVVV GIT=https://github.com/xTibor/VVVVVV
BRANCH=redox BRANCH=redox
GIT_UPSTREAM=https://github.com/TerryCavanagh/VVVVVV GIT_UPSTREAM=https://github.com/TerryCavanagh/VVVVVV
BUILD_DEPENDS=(sdl2_image sdl2_mixer sdl2 liborbital mesa mesa_glu zlib llvm libogg libvorbis) BUILD_DEPENDS=(sdl2_image sdl2_mixer sdl2 liborbital mesa mesa_glu zlib libogg libvorbis)
function recipe_version { function recipe_version {
printf "1.0.0" printf "1.0.0"
...@@ -18,7 +18,7 @@ function recipe_build { ...@@ -18,7 +18,7 @@ function recipe_build {
-DBUILD_STATIC=ON \ -DBUILD_STATIC=ON \
-DBUILD_SHARED=OFF \ -DBUILD_SHARED=OFF \
-DSDL2_INCLUDE_DIRS="$sysroot/include/SDL2" \ -DSDL2_INCLUDE_DIRS="$sysroot/include/SDL2" \
-DSDL2_LIBRARIES="-static -lSDL2main -lSDL2_mixer -lSDL2 $("${PKG_CONFIG}" --libs glu) -lglapi -lorbital -lz -lvorbisfile -lvorbis -logg" \ -DSDL2_LIBRARIES="-static -lSDL2main -lSDL2_mixer -lSDL2 $("${PKG_CONFIG}" --libs glu) -lorbital -lz -lvorbisfile -lvorbis -logg" \
. .
"$REDOX_MAKE" -j"$($NPROC)" "$REDOX_MAKE" -j"$($NPROC)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment