diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2020-11-26 10:22:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-01-13 01:06:45 +0000 |
commit | 41d6a4b1ffcb1e7e5ebde9b7ed4e0475947446b1 (patch) | |
tree | 3195ec3062f6c9c452c9a38798ce2e78948049c2 | |
parent | c805ec285277f9003da6da0ec7bfb981e5a3a2f1 (diff) |
gdk-pixbuf: fix files listing in cross-compilation
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/661>
-rw-r--r-- | recipes/librsvg.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/librsvg.recipe b/recipes/librsvg.recipe index b8e86252..ccc6219f 100644 --- a/recipes/librsvg.recipe +++ b/recipes/librsvg.recipe @@ -34,6 +34,7 @@ class Recipe(recipe.Recipe): # Fails on cross-ios and cross-win32 if self.config.cross_compiling(): self.configure_options += ' --disable-pixbuf-loader' + self.files_loader.clear() async def compile(self): # glib-mkenums has #!/usr/bin/env python3, which looks for `python3`, |