mumble: Remove superfluous bundled-opus option

There is no such option anymore, as unbundled opus is now the only
supported option. See upstream d11fd05062f5684b3ffb698eb4cd3130356b6e9a
for details.
This commit is contained in:
‮rekcäH nitraM‮
2025-05-31 19:07:34 +02:00
parent d679111ed4
commit 6263af24d5
@@ -113,10 +113,10 @@ let
++ lib.optional pulseSupport libpulseaudio
++ lib.optional pipewireSupport pipewire;
cmakeFlags = [
"-D server=OFF"
"-D bundled-celt=ON"
"-D bundled-opus=OFF"
"-D bundled-speex=OFF"
"-D bundle-qt-translations=OFF"
"-D update=OFF"