diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-01-05 01:13:33 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-01-10 23:09:28 +0530 |
commit | a3d5f3c0a83be9aa39d621a2f5805cb792661d66 (patch) | |
tree | 4e604f1d322b54ef6736720a1eedae9668442576 /recipes/gdk-pixbuf.recipe | |
parent | 729a460dc6c94cc6add6f6f102f8c8e24b58f778 (diff) |
meson.recipe: Bump to 0.61.0
Fix invalid options being passed to meson, which is a hard error since
0.60. Actually helped us find some bugs...
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/776>
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r-- | recipes/gdk-pixbuf.recipe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe index 0b3157ee..4b91947a 100644 --- a/recipes/gdk-pixbuf.recipe +++ b/recipes/gdk-pixbuf.recipe @@ -29,8 +29,6 @@ class Recipe(recipe.Recipe): self.meson_options['native_windows_loaders'] = 'false' if self.config.prefix_is_executable(): self.files_misc = ['lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'] - else: - self.meson_options['tests'] = 'false' def post_install (self): if self.config.platform == Platform.WINDOWS and\ |