summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-07-16 13:33:02 +0000
committernia <nia@pkgsrc.org>2021-07-16 13:33:02 +0000
commit5e921dcbd9c2d543ed9ebb96305e95900e1924bb (patch)
tree3f4c3d1db971606c2c4a39bc085dbdefbf0cb5ee
parent0ca1f4a0f22a2b1163cb6dbfe2fcc1a0c9a47bb9 (diff)
downloadpkgsrc-5e921dcbd9c2d543ed9ebb96305e95900e1924bb.tar.gz
qt5-qtmultimedia: pulseaudio no longer indirectly requires rust
-rw-r--r--x11/qt5-qtmultimedia/options.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/qt5-qtmultimedia/options.mk b/x11/qt5-qtmultimedia/options.mk
index 1a0a4cb1be5..9bda1f750a1 100644
--- a/x11/qt5-qtmultimedia/options.mk
+++ b/x11/qt5-qtmultimedia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2021/06/22 12:34:23 nia Exp $
+# $NetBSD: options.mk,v 1.8 2021/07/16 13:33:02 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qt5-qtmultimedia
PKG_SUPPORTED_OPTIONS= alsa gstreamer openal pulseaudio
@@ -8,15 +8,7 @@ PKG_SUGGESTED_OPTIONS.Linux= alsa
.if ${OPSYS} != "Darwin"
PKG_SUGGESTED_OPTIONS+= gstreamer openal
-# Only enable PulseAudio on platforms where mozjs is likely to build.
-# PulseAudio is enabled because Qt5 applications need it to play sounds.
-. include "../../lang/rust/platform.mk"
-. if (${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "aarch64") && \
- ${PLATFORM_SUPPORTS_RUST:tl} == "yes"
PKG_SUGGESTED_OPTIONS+= pulseaudio
-. endif
.else
PLIST.openal= yes
.endif