11 lines
466 B
Meson
11 lines
466 B
Meson
option('screencopy-dmabuf', type: 'feature', value: 'auto',
|
|
description: 'Enable GPU-side screencopy')
|
|
option('pam', type: 'feature', value: 'auto',
|
|
description: 'Enable PAM authentication')
|
|
option('man-pages', type: 'feature', value: 'auto',
|
|
description: 'Generate and install man pages')
|
|
option('systemtap', type: 'boolean', value: false,
|
|
description: 'Enable tracing using sdt')
|
|
option('tests', type: 'boolean', value: true,
|
|
description: 'Build unit tests')
|