summaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-05-15 11:07:20 +0000
committerjperkin <jperkin>2017-05-15 11:07:20 +0000
commitaaa860937e680ccbe47eeadb81c7070d9168b605 (patch)
tree5e2b2ebaf1a3cbf8602e894c1e4e7c4af090e47c /multimedia/vlc
parent4c0903fcc08bf5c99f94658c7877e6f0941e7341 (diff)
downloadpkgsrc-aaa860937e680ccbe47eeadb81c7070d9168b605.tar.gz
Don't enable the "live" option on SunOS by default, it requires libraries
that aren't available.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/options.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/vlc/options.mk b/multimedia/vlc/options.mk
index b1a4c137a77..96d2ab2d528 100644
--- a/multimedia/vlc/options.mk
+++ b/multimedia/vlc/options.mk
@@ -1,9 +1,15 @@
-# $NetBSD: options.mk,v 1.31 2017/03/04 08:26:54 wiz Exp $
+# $NetBSD: options.mk,v 1.32 2017/05/15 11:07:20 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vlc
PKG_SUPPORTED_OPTIONS= dbus debug dts faad gnome jack live pulseaudio
PKG_SUPPORTED_OPTIONS+= sdl vlc-skins x11
-PKG_SUGGESTED_OPTIONS= dbus live x11
+PKG_SUGGESTED_OPTIONS= dbus x11
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "SunOS"
+PKG_SUGGESTED_OPTIONS+= live
+.endif
### Add VAAPI if it is available
.include "../../multimedia/libva/available.mk"