summaryrefslogtreecommitdiff
path: root/recipes/openjpeg.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-15 16:14:33 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-15 16:14:33 +0200
commitd9e7851b80762777e91e6ee087e21578a199f85b (patch)
tree6b3ef01633f160f5a0d704c2672c814749cf0448 /recipes/openjpeg.recipe
parent782b16dfb9e879946d4a637cb08f5bc00e71dd4c (diff)
openjpeg: Also build the pkg-config file on non-UNIX
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 3cdc2e55..cfce9a8f 100644
--- a/recipes/openjpeg.recipe
+++ b/recipes/openjpeg.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
stype = SourceType.TARBALL
btype = BuildType.CMAKE
url = 'http://downloads.sourceforge.net/project/openjpeg.mirror/2.1.0/openjpeg-2.1.0.tar.gz'
- configure_options = ' -DBUILD_CODEC:bool=off '
+ configure_options = ' -DBUILD_CODEC:bool=off -DBUILD_PKGCONFIG_FILES:bool=on '
files_libs = ['libopenjp2']
files_devel = ['include/openjpeg-2.1/openjpeg.h',