mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-04-09 08:21:21 -04:00
build-sys: Make pkgconfigdir and cmakedir configurable
This commit is contained in:
parent
94e479b261
commit
fe31b91ef7
4 changed files with 27 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue