diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-05 12:12:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-05 12:12:04 +0200 |
commit | a3d91b4897b460adb125c3fe9894bb92cda7f7e2 (patch) | |
tree | b120565c2b590ec49257a25058d2f9dadea526d0 /recipes/schroedinger.recipe | |
parent | 52f2a1f098f9068283525a170478d880943663ae (diff) |
libass/schroedinger: Do autoreconf to work around just another round of silly automake timestamp problems
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r-- | recipes/schroedinger.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/schroedinger.recipe b/recipes/schroedinger.recipe index ff3a252c..8e2e11c0 100644 --- a/recipes/schroedinger.recipe +++ b/recipes/schroedinger.recipe @@ -11,6 +11,7 @@ class Recipe(recipe.Recipe): Platform.WINDOWS: ['mingw'], # for libstdc++ } can_use_configure_cache = False + autoreconf = True files_libs = ['libschroedinger-1.0'] files_devel = ['include/schroedinger-1.0', 'lib/pkgconfig/schroedinger-1.0.pc'] |