mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 804792 - Enable WebRTC by default on BSD. DONTBUILD because NPOTB. r=jesup
This commit is contained in:
parent
c8656941f2
commit
386017876e
@ -5276,7 +5276,7 @@ dnl --enable-webrtc to override. Can disable for everything in
|
||||
dnl the master list above.
|
||||
if test -n "$MOZ_WEBRTC"; then
|
||||
case "$target" in
|
||||
*-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*)
|
||||
*-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
|
||||
dnl Leave enabled
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user