diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-02-19 12:15:31 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-02-19 12:15:31 +0200 |
commit | 3e31840c9bd8c055dd643405ad3bde921338b065 (patch) | |
tree | 68d0599fa343d2f4b593d75dbfb7c5cf0faf4202 | |
parent | 2dd8bb1d85e3c53c848c8cc078fefb56fb5ef272 (diff) |
mpg123: Put pkg-config file into files_devel, not files_libs
-rw-r--r-- | recipes/mpg123.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mpg123.recipe b/recipes/mpg123.recipe index ef36ccb1..190e7449 100644 --- a/recipes/mpg123.recipe +++ b/recipes/mpg123.recipe @@ -10,8 +10,8 @@ class Recipe(recipe.Recipe): configure_options = '--with-audio=dummy --enable-static' patches = ['mpg123/0001-Disable-tools-and-libout123-library.patch'] - files_libs = ['libmpg123', 'lib/pkgconfig/libmpg123.pc'] - files_devel = ['include/mpg123.h', 'include/fmt123.h'] + files_libs = ['libmpg123'] + files_devel = ['include/mpg123.h', 'include/fmt123.h', 'lib/pkgconfig/libmpg123.pc'] def prepare(self): if self.config.target_platform in [Platform.ANDROID]: |