summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/gdk-pixbuf.recipe6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe
index 777d0c15..d7f6cec1 100644
--- a/recipes/gdk-pixbuf.recipe
+++ b/recipes/gdk-pixbuf.recipe
@@ -5,3 +5,9 @@ class Recipe(recipe.Recipe):
name = 'gdk-pixbuf'
version = '2.24.1'
deps = ['jpeg', 'glib', 'libpng', 'tiff']
+
+ def prepare(self):
+ from cerbero.config import Platform
+ if self.config.target_platform == Platform.WINDOWS:
+ self.autoreconf = True
+ self.config_sh = './configure lt_cv_deplibs_check_method=pass_all'