diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-01-14 14:01:12 +0530 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-01-15 12:34:14 +0000 |
commit | 2c804b63aceb5fa13fe4f32291e737b298e4d025 (patch) | |
tree | e454fae8e4959907fc7ec6ff00427b95b52850d1 /recipes/build-tools/meson.recipe | |
parent | 20ea134be4cfa84be825791c234135aebcc7afaa (diff) |
meson.recipe: Ignore programs in the WindowsApps directory
Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/223
Diffstat (limited to 'recipes/build-tools/meson.recipe')
-rw-r--r-- | recipes/build-tools/meson.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/build-tools/meson.recipe b/recipes/build-tools/meson.recipe index 10488716..fac61764 100644 --- a/recipes/build-tools/meson.recipe +++ b/recipes/build-tools/meson.recipe @@ -29,6 +29,8 @@ class Recipe(recipe.Recipe): 'meson/0001-flatten-list-to-subprocess.Popen-necessary-for-Pytho.patch', # https://github.com/mesonbuild/meson/pull/6451, in 0.54.* 'meson/0001-vs-Write-out-checksums-but-not-timestamps.patch', + # https://github.com/mesonbuild/meson/pull/6459, in 0.53.1 + 'meson/0001-find_program-Ignore-programs-in-the-WindowsApps-dire.patch', ] deps = ['ninja'] |