mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Ports: Add OpenGL include dir to quake2 build
This commit is contained in:
parent
9c2a7c0e03
commit
f8bdb36f4c
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ workdir=SerenityQuakeII-master
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
files="https://github.com/SerenityPorts/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz"
|
files="https://github.com/SerenityPorts/SerenityQuakeII/archive/master.tar.gz quake2.tar.gz"
|
||||||
makeopts=()
|
makeopts=()
|
||||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
configopts=(
|
||||||
|
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||||
|
"-DOPENGL_INCLUDE_DIR=${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
||||||
|
)
|
||||||
depends=("SDL2")
|
depends=("SDL2")
|
||||||
launcher_name=QuakeII
|
launcher_name=QuakeII
|
||||||
launcher_category=Games
|
launcher_category=Games
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue