diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-18 17:19:30 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-03-18 17:25:39 +0100 |
commit | 8142ac20c29af037522fddfe9beebf17fa991c7c (patch) | |
tree | 566a5185d9312dd00ca1ca155c2375c607b8aa2b | |
parent | 58c57851111aba0a58dfbce63158f13c6feb9043 (diff) |
libogg: add ogg.m4 for the universal build
-rw-r--r-- | recipes/libogg.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libogg.recipe b/recipes/libogg.recipe index 3233e94..10680f4 100644 --- a/recipes/libogg.recipe +++ b/recipes/libogg.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): licenses = [License.BSD_like] files_libs = ['libogg'] - files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc'] + files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc', 'share/aclocal/ogg.m4'] def prepare(self): if self.config.target_platform == Platform.IOS: |