mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
sdl2-image: compile dynamically
This commit is contained in:
parent
8cd41a714c
commit
4a30b2e4ad
@ -13,15 +13,15 @@ dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export SDL_LIBS="-lSDL2 -lorbital $("${TARGET}-pkg-config" --libs osmesa) -lstdc++"
|
||||
COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--prefix=/
|
||||
--prefix=/usr
|
||||
--host="${TARGET}"
|
||||
--disable-shared
|
||||
--disable-sdltest
|
||||
--enable-shared
|
||||
--enable-png
|
||||
--enable-jpg
|
||||
)
|
||||
set -x
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user