diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-08 14:29:54 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-08 14:29:54 +0200 |
commit | 7b0e784418de7f2d0c6b6f081a25f8d31520caf5 (patch) | |
tree | 939c10e68ce939cff05426a2ec7a28827cc7c526 | |
parent | 75dd31ef4605d02a7c407b4bb815f47167fd6c41 (diff) |
cogl: Needs autoreconf
-rw-r--r-- | recipes/cogl.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cogl.recipe b/recipes/cogl.recipe index bcf5c57..e6f4d95 100644 --- a/recipes/cogl.recipe +++ b/recipes/cogl.recipe @@ -11,6 +11,7 @@ class Recipe(recipe.Recipe): platform_deps = { Platform.WINDOWS: ['libstdc++'], } + autoreconf = True files_libs = ['libcogl', 'libcogl-pango'] files_devel = [ |