summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-05-05 19:30:42 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-05-05 20:06:39 +0530
commitfeac77ace33199c75b29c88db3c7d160fc2a0a1b (patch)
tree3f474ff78945fe58ed7e25379f7c20df553a709b /tests
parent0b9517cc96b745709f30f99f22172553d9f5110f (diff)
downloadgstreamer-plugins-bad-feac77ace33199c75b29c88db3c7d160fc2a0a1b.tar.gz
meson: Update option names to omit disable_ and with- prefixes
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 9bfac48ca..b7bbf05fb 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -1,4 +1,4 @@
-have_registry = true # FIXME not get_option('disable_registry')
+have_registry = true # FIXME get_option('registry')
libparser = static_library('parser',
'elements/parser.c',
@@ -11,7 +11,7 @@ libparser_dep = declare_dependency(link_with: libparser,
exif_dep = dependency('libexif', version : '>= 0.6.16', required : false)
-enable_gst_player_tests = get_option('enable_gst_player_tests')
+enable_gst_player_tests = get_option('gst_player_tests')
# name, condition when to skip the test and extra dependencies
base_tests = [