summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-10-14 09:09:53 -0400
committerArun Raghavan <arun@asymptotic.io>2020-10-23 12:11:46 -0400
commitd8e708e44c551f5a385f482597d649c6996c1ccb (patch)
tree7f9dd55b19d0e74fce4fedbe391764e2ca8098b5
parent314e97d9957677508203f8868042d698e427a270 (diff)
downloadpulseaudio-d8e708e44c551f5a385f482597d649c6996c1ccb.tar.gz
build-sys: Set the GStreamer RTP backend to disabled by default
Packaging shouldn't be using the automatic setting anyway, and let's disable by default for one release and mark this as experimental so we can flush out any corner cases.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8f8a383ec..824f24e08 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -100,7 +100,7 @@ option('gsettings',
type : 'feature', value : 'auto',
description : 'Optional GSettings support')
option('gstreamer',
- type : 'feature', value : 'auto',
+ type : 'feature', value : 'disabled',
description : 'Optional GStreamer dependency for media-related functionality')
option('gtk',
type : 'feature', value : 'auto',