diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-12-01 11:47:48 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-12-01 12:00:45 +0100 |
commit | 25f3344ad70256c0b0a26532b78397975940a660 (patch) | |
tree | 62cc19df97a750ec6a7bdef9c44c4c43d0105d68 /recipes/speex.recipe | |
parent | 32a020a047ded8a3c579f141f0f73e1290a1a3ea (diff) |
speex: Don't allow parallel builds, they don't work
Diffstat (limited to 'recipes/speex.recipe')
-rw-r--r-- | recipes/speex.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/speex.recipe b/recipes/speex.recipe index e4147e0c..624364a1 100644 --- a/recipes/speex.recipe +++ b/recipes/speex.recipe @@ -6,6 +6,7 @@ class Recipe(recipe.Recipe): version = '1.2rc1' licenses = [License.BSD_like] deps = ['libogg'] + allow_parallel_build = False files_libs = ['libspeex', 'libspeexdsp'] files_bins = ['speexdec', 'speexenc'] |