mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
syobonaction: set SDL_CONFIG
This commit is contained in:
parent
21ff41e6d1
commit
42f9379bd8
@ -7,6 +7,7 @@ patches = [
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl1",
|
||||
"sdl1-mixer",
|
||||
"sdl1-image",
|
||||
"sdl-gfx",
|
||||
@ -15,6 +16,7 @@ dependencies = [
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export LDFLAGS="$LDFLAGS -lorbital"
|
||||
export SDL_CONFIG="pkg-config sdl"
|
||||
rsync -a --delete "${COOKBOOK_SOURCE}/" ./
|
||||
make
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user