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:
Tim Ledbetter 2023-08-11 04:28:41 +01:00 committed by Tim Schumacher
parent 9522794a0e
commit 5aa0be1a32

View file

@ -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"
)