diff options
author | Benjamin Otte <otte@redhat.com> | 2018-03-04 15:03:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-03-18 21:01:23 +0100 |
commit | 09a21f1cd26d331a43a03a9baa1b8912cbb1b282 (patch) | |
tree | 75705c5eb3f54de381fae9bb7f0be1d1e806f921 /meson_options.txt | |
parent | 0f4ab5862a2fd0ab2fac38b07282f81702491128 (diff) | |
download | gtk+-09a21f1cd26d331a43a03a9baa1b8912cbb1b282.tar.gz |
build: Make GStreamer backend the default
Instead of compiling without media backend by default, we now use the
GStreamer backend.
This means that CI now requires gstreamer support.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4a6e322c16..1d9752f7ab 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,7 +11,7 @@ option('quartz-backend', type: 'boolean', value: true, description : 'Enable the macOS gdk backend (only when building on macOS)') # Media backends -option('media', type: 'string', value: 'none', +option('media', type: 'string', value: 'gstreamer', description : 'Build the specified media engines (comma-separated list, "all", or "none")') # Optional dependencies |