diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-30 11:08:08 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-30 11:44:10 +0200 |
commit | f79ea7bde6efd7e02cfd0356cea5fb6c54465ed5 (patch) | |
tree | bff6481b0e3ddc781ddfd78d07c26d3c853baba2 /recipes/libtheora.recipe | |
parent | e9b1840e98bbb0c5e67265b80b7b042a80772549 (diff) |
Update packaged in recipes
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r-- | recipes/libtheora.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe index dacc9203..1b0018f3 100644 --- a/recipes/libtheora.recipe +++ b/recipes/libtheora.recipe @@ -9,8 +9,8 @@ class Recipe(recipe.Recipe): files_libs = ['libtheora', 'libtheoradec', 'libtheoraenc'] files_bins = ['dvconnect', 'encodedv', 'dubdv'] - files_devel = ['include/theora', 'lib/pkgconfig/libtheora.pc', - 'lib/pkgconfig/libtheoraenc.pc', 'lib/pkgconfig/libtheoradec.pc'] + files_devel = ['include/theora', 'lib/pkgconfig/theora.pc', + 'lib/pkgconfig/theoraenc.pc', 'lib/pkgconfig/theoradec.pc'] def prepare(self): |