mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Add retroarch networking support
This commit is contained in:
parent
72ab989775
commit
17aca2f42e
@ -7,6 +7,7 @@ dependencies = [
|
||||
"liborbital",
|
||||
"llvm",
|
||||
"mesa",
|
||||
"openssl",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
@ -20,10 +21,13 @@ rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--host="${TARGET}"
|
||||
--prefix="/"
|
||||
--disable-builtinzlib
|
||||
--disable-networking # missing ifaddrs.h
|
||||
--disable-builtinzlib # conflicts with zlib
|
||||
--disable-discord # does not link
|
||||
--disable-netplaydiscovery # missing ifaddrs.h
|
||||
--disable-thread_storage # crash in pthread_setspecific called by sthread_tls_set
|
||||
--enable-opengl
|
||||
--enable-sdl2
|
||||
--enable-ssl
|
||||
--enable-zlib
|
||||
)
|
||||
cookbook_configure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user