1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

Ports: Update the C-ray renderer port

This commit is contained in:
Valtteri Koskivuori 2020-02-25 22:03:47 +02:00 committed by Andreas Kling
parent 712e7102b0
commit 22259bf85d
9 changed files with 85 additions and 87 deletions

View file

@ -4,7 +4,8 @@ version=git
workdir=c-ray-master
useconfigure=true
files="https://github.com/vkoskiv/c-ray/archive/master.tar.gz c-ray-git.tar.gz"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -DNO_SDL2=True"
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt"
depends="SDL2"
configure() {
run cmake $configopts