From 16031eca513492e2928fc8321797eae51efcbcdd Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Thu, 30 Jan 2014 12:14:19 +0100 Subject: fribidi: autoreconf by default, needed for severals platforms --- recipes/fribidi.recipe | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes/fribidi.recipe b/recipes/fribidi.recipe index 97539c7c..adc004e7 100644 --- a/recipes/fribidi.recipe +++ b/recipes/fribidi.recipe @@ -4,13 +4,8 @@ class Recipe(recipe.Recipe): name = 'fribidi' version = '0.19.2' licenses = [License.LGPLv2_1Plus] + autoreconf = True files_libs = ['libfribidi'] files_bins = ['fribidi'] files_devel = ['lib/pkgconfig/fribidi.pc', 'include/fribidi'] - - def prepare(self): - if self.config.target_platform == Platform.ANDROID: - self.autoreconf = True - elif self.config.target_platform == Platform.IOS: - self.autoreconf = True -- cgit v1.2.3