wayvnc/meson_options.txt

9 lines
405 B
Meson
Raw Normal View History

option('screencopy-dmabuf', type: 'feature', value: 'disabled',
description: 'Enable GPU-side screencopy (experimental)')
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')