debian-koji-osbuild/meson_options.txt
Christian Kellner df628f26aa Support for generating rpms via meson
Add a meson script that can be used to create rpms from the source
tree. It can also be used to install the plugins.
2020-09-08 16:58:06 +02:00

4 lines
268 B
Meson

option('hub-plugins-path', type: 'string', value: '/usr/lib/koji-hub-plugins',
description: 'Path for koji hub plugins')
option('builder-plugins-path', type: 'string', value: '/usr/lib/koji-builder-plugins',
description: 'Path for koji builder plugins')