summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2020-11-26 10:22:47 +0000
committerMatthew Waters <matthew@centricular.com>2020-12-07 13:35:50 +1100
commit03e35126f133adc161a5ee79eb9bd71b4ab8b266 (patch)
treecb07fe290aed026ef59d8869167237f18a28ea3f
parent4095466e28257e392fcbdb2bdc84cf987db02454 (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.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/librsvg.recipe b/recipes/librsvg.recipe
index 2f344204..f89ea567 100644
--- a/recipes/librsvg.recipe
+++ b/recipes/librsvg.recipe
@@ -28,6 +28,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()
if self.config.platform != Platform.WINDOWS:
# GTK3 support just builds rsvg-view-3, which is useless for Cerbero