diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-01-11 19:29:20 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-01-14 12:10:46 +0000 |
commit | a5c4dbaf3a03a7dda99470a13f0b12fd6cc68f54 (patch) | |
tree | a19e489cb0574254ef94bc116296fa472dc8cd18 /recipes/gst-editing-services-1.0.recipe | |
parent | c2839dfcf108abb11991815bc185364b27ca7c7e (diff) |
Auto-detect and disable gtk-doc and example options
Instead of doing it per-recipe, auto-detect `gtk_doc` and `examples`
options for Meson recipes and always pass `--disable-gtk-doc` for
Autotools recipes.
Diffstat (limited to 'recipes/gst-editing-services-1.0.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index b27b3117..01c96b78 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -6,9 +6,6 @@ class Recipe(custom.GStreamer): btype = BuildType.MESON url = 'https://gstreamer.freedesktop.org/src/%(name)s/gstreamer-editing-services-%(version)s.tar.xz' tarball_dirname = 'gstreamer-editing-services-%(version)s' - # Explicitly enable plugins that we provide dependencies for to ensure that - # we error out if they weren't found. - meson_options = {'examples': 'disabled', 'gtk_doc': 'disabled'} deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] files_bins = ['ges-launch-1.0'] |