diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-09-13 19:27:09 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-09-13 19:27:09 +0300 |
commit | 9f32651c5ee6d894335acc867140d07b577fc825 (patch) | |
tree | 03ed7aabb521a19be1648e085299232696a441dd /recipes/libtheora.recipe | |
parent | 1c35587712461e295653868dce14917fb220b912 (diff) |
libtheora: Add missing brackets
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r-- | recipes/libtheora.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe index ee244319..f3b6f945 100644 --- a/recipes/libtheora.recipe +++ b/recipes/libtheora.recipe @@ -30,6 +30,6 @@ class Recipe(recipe.Recipe): self.config_sh = 'sh autogen.sh' elif self.config.target_platform == Platform.IOS: self.configure_options = ' --disable-spec --disable-doc' - self.patches += 'libtheora/0007-Don-t-use-fforce-addr.patch' + self.patches += ['libtheora/0007-Don-t-use-fforce-addr.patch'] elif self.config.target_arch != self.config.arch: self.configure_options = ' --disable-spec --disable-doc --disable-examples' |