diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-07-05 17:35:39 +0530 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-07-07 12:01:04 +0100 |
commit | 383dd6079fa74071be482cb1b0fe081f58c8b718 (patch) | |
tree | b1f14447593f3b99f6b6afde1e20edf145df9482 /recipes | |
parent | 55718672e4badf64fc126d4f13a59f0076c372c0 (diff) |
build-tools: Pick up ninja from the system if available
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1213>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/build-tools/meson.recipe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/build-tools/meson.recipe b/recipes/build-tools/meson.recipe index ae77104b..420b38ee 100644 --- a/recipes/build-tools/meson.recipe +++ b/recipes/build-tools/meson.recipe @@ -12,8 +12,6 @@ class Recipe(recipe.Recipe): url = 'https://github.com/mesonbuild/meson/releases/download/%(version)s/meson-%(version)s.tar.gz' tarball_checksum = 'd04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c' - deps = ['ninja'] - files_bin = ['bin/meson'] files_python = [] |