mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
Ports/PrBoom+: Explicitly exclude optional dependencies
Previously, optional dependencies could be unintentionally included if they were present on the host machine.
This commit is contained in:
parent
9522794a0e
commit
5aa0be1a32
1 changed files with 4 additions and 0 deletions
|
@ -14,7 +14,11 @@ configopts=(
|
|||
"-DCMAKE_PREFIX_PATH=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
"-DFORCE_CROSSCOMPILE=ON"
|
||||
"-DOPENGL_gl_LIBRARY=${SERENITY_INSTALL_ROOT}/usr/lib/libgl.so"
|
||||
"-DWITH_ALSA=OFF"
|
||||
"-DWITH_DUMB=OFF"
|
||||
"-DWITH_FLUIDSYNTH=OFF"
|
||||
"-DWITH_PCRE=OFF"
|
||||
"-DWITH_PORTMIDI=OFF"
|
||||
"-Wno-dev"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue