summaryrefslogtreecommitdiff
path: root/recipes/openjpeg.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-24 18:41:06 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-24 18:41:06 +0200
commita6dfbac333f449de71842751768e62884ead52de (patch)
tree9fe963d57baaaa66e552d17cde694e74dc229f7c /recipes/openjpeg.recipe
parentd4ad6b3b509fa67d8d1c4e107077f397ed594ed7 (diff)
openjpeg: Include pkg-config files
Diffstat (limited to 'recipes/openjpeg.recipe')
-rw-r--r--recipes/openjpeg.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openjpeg.recipe b/recipes/openjpeg.recipe
index 4fa31cbe..e8053e99 100644
--- a/recipes/openjpeg.recipe
+++ b/recipes/openjpeg.recipe
@@ -9,4 +9,4 @@ class Recipe(recipe.Recipe):
files_libs = ['libopenjpeg']
files_bins = ['image_to_j2k', 'j2k_dump', 'j2k_to_image']
- files_devel = ['include/openjpeg-1.5/openjpeg.h'] \ No newline at end of file
+ files_devel = ['include/openjpeg-1.5/openjpeg.h', 'lib/pkgconfig/libopenjpeg1.pc', 'lib/pkgconfig/libopenjpeg.pc']