mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add retroarch
This commit is contained in:
parent
fb1809c84e
commit
d35a769daf
24
recipes/retroarch/recipe.toml
Normal file
24
recipes/retroarch/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/retroarch.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"liborbital",
|
||||
"sdl",
|
||||
]
|
||||
script = """
|
||||
pushd "${COOKBOOK_SOURCE}"
|
||||
./fetch-submodules.sh
|
||||
popd
|
||||
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${TARGET}"
|
||||
--prefix="/"
|
||||
--disable-networking # missing ifaddrs.h
|
||||
--disable-thread_storage # crash in pthread_setspecific called by sthread_tls_set
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user