mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +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
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/tcl3
Commit: 5aa0be1a32
Pull-request: https://github.com/SerenityOS/serenity/pull/20487
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/timschumi ✅
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