diff options
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', |