diff options
-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 = [ |