diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-01 15:43:34 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-01 15:48:41 +0530 |
commit | 3ff65b61caaaa7d74e5c5ca6d74c41040b093120 (patch) | |
tree | 2c2c03846f06313dc191b4dc80301de75e842852 /recipes/gst-validate.recipe | |
parent | dd317a9727755400cac327c65969b70e07401526 (diff) |
Port all gstreamer recipes to Meson
Tested on: Fedora 28, macOS, cross-win32, cross-win64,
cross-android-universal, cross-ios-universal, Windows.
Diffstat (limited to 'recipes/gst-validate.recipe')
-rw-r--r-- | recipes/gst-validate.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index 859b83f4..5e81a327 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -3,9 +3,10 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gst-validate' + btype = BuildType.MESON + meson_options = {'gtk_doc': 'disabled'} remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-devtools'} srcdir = 'validate' - config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= ' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib'] files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0', |