From 2ee6f8a18dece159de061fc0d29fa113a7be15cd Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Jan 2026 13:46:14 -0700 Subject: [PATCH] vvvvvv: fix source directory --- recipes/wip/games/other/vvvvvv/recipe.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes/wip/games/other/vvvvvv/recipe.toml b/recipes/wip/games/other/vvvvvv/recipe.toml index a15bc5eb..872ace7d 100644 --- a/recipes/wip/games/other/vvvvvv/recipe.toml +++ b/recipes/wip/games/other/vvvvvv/recipe.toml @@ -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" +""" \ No newline at end of file