Skip to content

Commit

Permalink
wasm: build: disable qt
Browse files Browse the repository at this point in the history
We do not build this with qt anyway as is autodisabled when
qt-development packages aren't installed.

Moreover build errors may occur if qt is enabled. This patch will
avoid that.
  • Loading branch information
Labnann authored and fkuehne committed Dec 29, 2024
1 parent a2b8814 commit dc430c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/package/wasm-emscripten/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ if [ $BUILD_MODE -eq 1 ]; then
--disable-sout --disable-vlm --disable-xcb --disable-lua \
--disable-addonmanagermodules --disable-ssp --disable-nls \
--enable-gles2 \
--disable-qt \
--with-contrib="$VLC_SRCPATH"/contrib/wasm32-unknown-emscripten \
"${SANITIZER_OPTIONS}"
fi
Expand Down

0 comments on commit dc430c6

Please sign in to comment.