mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Switch retroarch to sdl2
This commit is contained in:
parent
11bb3d7779
commit
72ab989775
@ -5,7 +5,10 @@ git = "https://github.com/jackpot51/retroarch.git"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"liborbital",
|
||||
"sdl",
|
||||
"llvm",
|
||||
"mesa",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
pushd "${COOKBOOK_SOURCE}"
|
||||
@ -17,8 +20,11 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${TARGET}"
|
||||
--prefix="/"
|
||||
--disable-builtinzlib
|
||||
--disable-networking # missing ifaddrs.h
|
||||
--disable-thread_storage # crash in pthread_setspecific called by sthread_tls_set
|
||||
--enable-opengl
|
||||
--enable-zlib
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user