Skip to content

Commit 5aa0be1

Browse files
tcl3timschumi
authored andcommitted
Ports/PrBoom+: Explicitly exclude optional dependencies
Previously, optional dependencies could be unintentionally included if they were present on the host machine.
1 parent 9522794 commit 5aa0be1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ports/prboom-plus/package.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ configopts=(
1414
"-DCMAKE_PREFIX_PATH=${SERENITY_INSTALL_ROOT}/usr/local"
1515
"-DFORCE_CROSSCOMPILE=ON"
1616
"-DOPENGL_gl_LIBRARY=${SERENITY_INSTALL_ROOT}/usr/lib/libgl.so"
17+
"-DWITH_ALSA=OFF"
18+
"-DWITH_DUMB=OFF"
19+
"-DWITH_FLUIDSYNTH=OFF"
1720
"-DWITH_PCRE=OFF"
21+
"-DWITH_PORTMIDI=OFF"
1822
"-Wno-dev"
1923
)
2024

0 commit comments

Comments
 (0)