mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +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"
|
||||
script = "COOKBOOK_SOURCE=${COOKBOOK_SOURCE}/desktop_version"
|
||||
[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 = [
|
||||
"sdl2-image",
|
||||
"sdl2-mixer",
|
||||
@ -21,3 +16,10 @@ dependencies = [
|
||||
"libogg",
|
||||
"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