diff --git a/recipes/wip/emu/game-console/ppsspp/recipe.toml b/recipes/wip/emu/game-console/ppsspp/recipe.toml index 91e37808..869f8285 100644 --- a/recipes/wip/emu/game-console/ppsspp/recipe.toml +++ b/recipes/wip/emu/game-console/ppsspp/recipe.toml @@ -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 diff --git a/recipes/wip/games/fps/zerospades-free/recipe.toml b/recipes/wip/games/fps/zerospades-free/recipe.toml index dfe666bb..39ffc202 100644 --- a/recipes/wip/games/fps/zerospades-free/recipe.toml +++ b/recipes/wip/games/fps/zerospades-free/recipe.toml @@ -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"