mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
vvvvvv: fix source directory
This commit is contained in:
parent
58bdc32eb9
commit
2ee6f8a18d
@ -5,11 +5,6 @@ upstream = "https://github.com/TerryCavanagh/VVVVVV"
|
|||||||
branch = "redox"
|
branch = "redox"
|
||||||
script = "COOKBOOK_SOURCE=${COOKBOOK_SOURCE}/desktop_version"
|
script = "COOKBOOK_SOURCE=${COOKBOOK_SOURCE}/desktop_version"
|
||||||
[build]
|
[build]
|
||||||
template = "cmake"
|
|
||||||
cmakeflags = [
|
|
||||||
"-DSDL2_INCLUDE_DIRS=${COOKBOOK_SYSROOT}/include/SDL2",
|
|
||||||
"-DSDL2_LIBRARIES="-lSDL2main -lSDL2_mixer -lSDL2 $(${TARGET}-pkg-config --libs glu) -lorbital -lz -lvorbisfile -lvorbis -logg" .",
|
|
||||||
]
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sdl2-image",
|
"sdl2-image",
|
||||||
"sdl2-mixer",
|
"sdl2-mixer",
|
||||||
@ -21,3 +16,10 @@ dependencies = [
|
|||||||
"libogg",
|
"libogg",
|
||||||
"libvorbis",
|
"libvorbis",
|
||||||
]
|
]
|
||||||
|
template = "custom"
|
||||||
|
script = """
|
||||||
|
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/desktop_version"
|
||||||
|
cookbook_cmake \
|
||||||
|
-DSDL2_INCLUDE_DIRS="${COOKBOOK_SYSROOT}/include/SDL2" \
|
||||||
|
-DSDL2_LIBRARIES="-lSDL2main -lSDL2_mixer -lSDL2 $(${TARGET}-pkg-config --libs glu) -lorbital -lz -lvorbisfile -lvorbis -logg"
|
||||||
|
"""
|
||||||
Loading…
Reference in New Issue
Block a user