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-validate.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-validate.recipe')
-rw-r--r-- | recipes/gst-validate.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index ee847f1f..1ab6f8d9 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -4,7 +4,6 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gst-validate' btype = BuildType.MESON - meson_options = {'gtk_doc': 'disabled'} # gst-validate tarball has a different layout than the git repo, just always build from git stype = SourceType.GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/gst-devtools'} |