summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2017-10-16 19:51:36 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2017-12-08 18:42:22 +0100
commit58c374c8e223d15987b075a7080ea6886e55acda (patch)
treeb0f3aa7a754f3093b1a282c4fc8a1cf96ef3aa9f /meson_options.txt
parent4aa51c82a886463be2e289144b9f74193e9efaa6 (diff)
meson test: Enable libs tests
https://bugzilla.gnome.org/show_bug.cgi?id=789064
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f1ab3f046..fbcf625bf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,3 +12,5 @@ option('with-package-name', type : 'string',
description : 'package name to use in plugins')
option('with-package-origin', type : 'string', value : 'Unknown package origin',
description : 'package origin URL to use in plugins')
+option('enable_gst_player_tests', type: 'boolean', value: false,
+ description: 'Enable GstPlayer tests that need network access')