mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Update the ppsspp and zerospades recipes
This commit is contained in:
parent
deab2c71f5
commit
c9a8f417f9
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user