summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-03 21:52:00 +0200
committerJens Georg <mail@jensge.org>2022-05-24 18:19:45 +0000
commita8b9f6fda32f07b82e79ab8d08021b72866f117c (patch)
tree5302b44f721e28569da267c25a0f0d2b9e170317 /meson_options.txt
parent9f60c77a0a8b31f168105483195d22a66bab888a (diff)
downloadrygel-a8b9f6fda32f07b82e79ab8d08021b72866f117c.tar.gz
all: Port to libsoup3 / GUPnP-1.6
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fd04776a..99f99ee2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,7 +5,7 @@ option('systemd-user-units-dir', type : 'string', value : 'auto', description :
option('plugins', type : 'array', choices : ['external', 'gst-launch', 'lms', 'media-export', 'mpris', 'playbin', 'ruih', 'tracker3'])
option('engines', type : 'array', choices : ['simple', 'gstreamer'])
option('examples', type : 'boolean', value : 'true')
-option('tests', type : 'boolean', value : 'true')
+option('tests', type : 'boolean', value : 'false')
option('gstreamer', type : 'feature', value : 'enabled')
option('gtk', type : 'feature', value : 'enabled')
option('introspection', type: 'feature', value : 'auto')