summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-02-03 17:10:49 +0000
committermaya <maya@pkgsrc.org>2017-02-03 17:10:49 +0000
commitcdf3b628787627ab2782791138ecfc7ecf3f4f26 (patch)
treed9d0c89c9b0ac0c581b608618c6e5cb2c7dc85e2 /multimedia/gstreamer1
parentbb85ebb97d8396e3f155c463a60a0cc9059382fe (diff)
downloadpkgsrc-cdf3b628787627ab2782791138ecfc7ecf3f4f26.tar.gz
rename ptp-suid option to gstreamer-ptp-suid
requested by wiz
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/options.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/gstreamer1/options.mk b/multimedia/gstreamer1/options.mk
index 31cc9335d5c..a7f29e66b81 100644
--- a/multimedia/gstreamer1/options.mk
+++ b/multimedia/gstreamer1/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2017/01/29 23:24:10 maya Exp $
+# $NetBSD: options.mk,v 1.7 2017/02/03 17:10:49 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gstreamer
-PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck introspection ptp-suid
+PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck introspection gstreamer-ptp-suid
PKG_SUGGESTED_OPTIONS= introspection
.include "../../mk/bsd.options.mk"
@@ -23,10 +23,7 @@ PLIST.introspection=yes
CONFIGURE_ARGS+=--disable-introspection
.endif
-# PTP network clock requires setuid root for gst-ptp-helper
-# It's not useful enough to be a default, but left as an option
-# for those interested in it.
-.if !empty(PKG_OPTIONS:Mptp-suid)
+.if !empty(PKG_OPTIONS:Mgstreamer-ptp-suid)
SPECIAL_PERMS+= libexec/gstreamer-1.0/gst-ptp-helper ${SETUID_ROOT_PERMS}
CONFIGURE_ARGS+= --with-ptp-helper-permissions=setuid-root
.else