aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-21 16:39:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-21 16:39:03 +0000
commitd899c734c1a74b5589bf34eed6003dc25d4d846d (patch)
treec81b39d5d745620fe5aca0e3d4be0622fb8a6e4c /Mk
parent1fe9f1a6da51fd161424cc3c07c8ee13924c951a (diff)
downloadports-d899c734c1a74b5589bf34eed6003dc25d4d846d.tar.gz
ports-d899c734c1a74b5589bf34eed6003dc25d4d846d.zip
MFH: r545611
gecko: add native OSS support, replacing ALSA as fallback OSS is always built but during runtime only selected by default if neither pulseaudio, jackit or sndio are installed. In particular, Gnome and KDE users would still be offered PulseAudio by default due to integration with multi-app volume widgets, current song bars, screensharing with audio, etc. that prefer to talk over DBus. Those can opt out via media.cubeb.backend=oss in about:config. Submitted by: Ka Ho Ng <khng300@gmail.com> (based on) Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2020Q3/; revision=545614
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 1640b0f423e5..b3f6b7fc3ae0 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -234,8 +234,6 @@ MOZ_OPTIONS+= --disable-libproxy
.if ${PORT_OPTIONS:MALSA}
BUILD_DEPENDS+= ${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib
-RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
-RUN_DEPENDS+= alsa-lib>=1.1.1_1:audio/alsa-lib
MOZ_OPTIONS+= --enable-alsa
.endif