diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-01-21 16:13:33 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-01-23 22:51:55 +0530 |
commit | d9da1542ed0298edcd310ffe1c3ccda17505db45 (patch) | |
tree | 227f623212ab2e3a5290b98fdcfacdda4fe97b84 /recipes/openjpeg.recipe | |
parent | 4e6bc621820adc8deab34de903f8c3a81a837175 (diff) |
recipes: Build all cmake recipes with ninja
I've tested this on Windows, which is the platform with the most
weirdness.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/781>
Diffstat (limited to 'recipes/openjpeg.recipe')
-rw-r--r-- | recipes/openjpeg.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/openjpeg.recipe b/recipes/openjpeg.recipe index ff882975..39dabd67 100644 --- a/recipes/openjpeg.recipe +++ b/recipes/openjpeg.recipe @@ -10,6 +10,7 @@ class Recipe(recipe.Recipe): licenses = [{License.BSD: ['LICENSE']}] stype = SourceType.TARBALL btype = BuildType.CMAKE + cmake_generator = 'ninja' url = 'https://github.com/uclouvain/openjpeg/archive/v%(version)s.tar.gz' tarball_checksum = '63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9' configure_options = ' -DBUILD_CODEC:bool=off -DBUILD_PKGCONFIG_FILES:bool=on ' |