diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-15 16:14:33 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-15 16:14:33 +0200 |
commit | d9e7851b80762777e91e6ee087e21578a199f85b (patch) | |
tree | 6b3ef01633f160f5a0d704c2672c814749cf0448 /recipes/openjpeg.recipe | |
parent | 782b16dfb9e879946d4a637cb08f5bc00e71dd4c (diff) |
openjpeg: Also build the pkg-config file on non-UNIX
Diffstat (limited to 'recipes/openjpeg.recipe')
-rw-r--r-- | recipes/openjpeg.recipe | 2 |
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', |