2022-07-09 17:34:05 +00:00
|
|
|
option('screencopy-dmabuf', type: 'feature', value: 'auto',
|
|
|
|
description: 'Enable GPU-side screencopy')
|
2020-10-16 18:47:27 +00:00
|
|
|
option('pam', type: 'feature', value: 'auto',
|
|
|
|
description: 'Enable PAM authentication')
|
2020-09-26 14:43:46 +00:00
|
|
|
option('man-pages', type: 'feature', value: 'auto',
|
|
|
|
description: 'Generate and install man pages')
|
2020-10-31 19:32:19 +00:00
|
|
|
option('systemtap', type: 'boolean', value: false,
|
|
|
|
description: 'Enable tracing using sdt')
|
2023-01-02 12:47:47 +00:00
|
|
|
option('tests', type: 'boolean', value: true,
|
2022-12-17 23:25:52 +00:00
|
|
|
description: 'Build unit tests')
|