diff options
Diffstat (limited to 'recipes/frei0r-plugins.recipe')
-rw-r--r-- | recipes/frei0r-plugins.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/frei0r-plugins.recipe b/recipes/frei0r-plugins.recipe index e6383aae..40bede28 100644 --- a/recipes/frei0r-plugins.recipe +++ b/recipes/frei0r-plugins.recipe @@ -8,6 +8,7 @@ class Recipe(recipe.Recipe): licenses = [License.GPLv2Plus] stype = SourceType.TARBALL btype = BuildType.CMAKE + cmake_generator = 'ninja' url = 'https://files.dyne.org/frei0r/releases/%(name)s-%(version)s.tar.gz' tarball_checksum = '1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a' |