summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciana Fujii Pontello <luciana@fujii.eti.br>2013-04-05 12:25:09 -0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-16 22:07:15 +0200
commitc3a20d2ae29e022fffe8aec623b7f0f26b4b6cbd (patch)
tree500f865e2f5b5053bf1a5bc30bbcdda7d3954f3e
parentba5d7f1a97cdb9d8e1d714461e697c27c0001d98 (diff)
cogl: Add autoreconf = True
-rw-r--r--recipes/cogl.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cogl.recipe b/recipes/cogl.recipe
index e6f4d95..bbe7361 100644
--- a/recipes/cogl.recipe
+++ b/recipes/cogl.recipe
@@ -5,6 +5,7 @@ class Recipe(recipe.Recipe):
version = '1.8.2'
# TODO: check license - source files are LGPLv2+ and COPYING is LGPLv2.1
licenses = [License.LGPLv2_1Plus]
+ autoreconf = True
configure_options = "--disable-introspection "
use_system_libs = True
deps = [ 'pango', 'gdk-pixbuf' ]