summaryrefslogtreecommitdiff
path: root/recipes/gdk-pixbuf.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-06 12:22:28 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:09 +0100
commit1673dfd5651d6db2af958ce14bf4ad2edf740cec (patch)
treef45f5dd1061d7a92df74e3e4773b518d13c1b1db /recipes/gdk-pixbuf.recipe
parentdea8cf2fdf6f2f600f09e56ebfb74020bc8781b2 (diff)
Remove imports from the recipes
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r--recipes/gdk-pixbuf.recipe1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe
index d7f6cec1..ffe3844d 100644
--- a/recipes/gdk-pixbuf.recipe
+++ b/recipes/gdk-pixbuf.recipe
@@ -7,7 +7,6 @@ class Recipe(recipe.Recipe):
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'