Update the ppsspp and zerospades recipes

This commit is contained in:
Ribbon 2026-05-16 08:23:30 -03:00
parent deab2c71f5
commit c9a8f417f9
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested yet
#TODO build error
# build instructions: https://github.com/hrydgard/ppsspp/wiki/Build-instructions
#git = "https://github.com/jackpot51/ppsspp" # wip orbital port
[source]
@ -18,8 +18,8 @@ dependencies = [
script = """
DYNAMIC_INIT
COOKBOOK_CMAKE_FLAGS+=(
-DCMAKE_C_FLAGS="-I${COOKBOOK_SYSROOT}/include" -I${COOKBOOK_SYSROOT}/include/SDL2"
-DCMAKE_CXX_FLAGS="-I${COOKBOOK_SYSROOT}/include" -I${COOKBOOK_SYSROOT}/include/SDL2"
#-DCMAKE_C_FLAGS="-I${COOKBOOK_SYSROOT}/include" -I${COOKBOOK_SYSROOT}/include/SDL2"
#-DCMAKE_CXX_FLAGS="-I${COOKBOOK_SYSROOT}/include" -I${COOKBOOK_SYSROOT}/include/SDL2"
-DOPENGL_opengl_LIBRARY="/dev/null"
-DOPENGL_glx_LIBRARY="/dev/null"
-DUSE_DISCORD=OFF

View File

@ -1,8 +1,8 @@
#TODO dependency conflict. Glew wants GLX but mesa uses orbital backend.
#TODO build error
# build instructions: https://github.com/yvt/openspades#on-unixes-from-source
[source]
git = "https://github.com/siecvi/zerospades"
rev = "110e573b5bee4570d97507dd9a6989f855520f72"
rev = "6e01801c5c1fb96457a43698c2f9f7f4f3c8a8a4"
shallow_clone = true
patches = [
"redox.patch"