build-sys: Make pkgconfigdir and cmakedir configurable

This commit is contained in:
Jan Koester 2020-01-30 15:09:54 +01:00 committed by ja Ko
parent 94e479b261
commit fe31b91ef7
4 changed files with 27 additions and 6 deletions

View file

@ -60,6 +60,12 @@ option('bashcompletiondir',
option('zshcompletiondir',
type : 'string',
description : 'Directory for zsh completion scripts ["no" disables]')
option('cmakedir',
type : 'string',
description : 'Directory for CMakeTemplates')
option('pkgconfig',
type : 'string',
description : 'Directory for Pkgconfig Files')
# Optional features