summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-25 21:53:23 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-25 21:53:23 -0500
commit0a1e9c5a3665efc6bb35169d4f2b9f25c2929e37 (patch)
tree27bcf722b129333398b1be4c1012d90907eed5b4 /meson_options.txt
parent22ac0edd4d398814b03ae392572b7d70a67ad926 (diff)
downloadpidgin-0a1e9c5a3665efc6bb35169d4f2b9f25c2929e37.tar.gz
Make gstreamer-1.0 a required dependency
Testing Done: Compiled, ran, and sent an IM with a bonjour account with no options, `-Dvv=disabled`, `-Dvv=disabled -Dfarstream=disabled`, and with `-Dvv=disabled -Dfarstream=disabled -Dgstreamer-video=disabled`. Reviewed at https://reviews.imfreedom.org/r/79/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 59b49d6e94..15e1c21dc4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,9 +28,6 @@ option('pixmaps-install', type : 'boolean', value : true,
option('farstream', type : 'feature',
description : 'compile with farstream support')
-option('gstreamer', type : 'feature',
- description : 'compile with GStreamer audio support')
-
option('gstreamer-video', type : 'feature',
description : 'compile with GStreamer 1.0 Video Overlay support')