Codebase list libevdev / ed260eb3-64ec-400e-ac9a-e3edc242c162/main meson_options.txt
ed260eb3-64ec-400e-ac9a-e3edc242c162/main

Tree @ed260eb3-64ec-400e-ac9a-e3edc242c162/main (Download .tar.gz)

meson_options.txt @ed260eb3-64ec-400e-ac9a-e3edc242c162/mainraw · history · blame

option('tests',
       type: 'feature',
       value: 'enabled',
       description: 'Build the tests')
option('documentation',
       type: 'feature',
       value: 'enabled',
       description: 'Build the documentation')
option('coverity',
       type: 'boolean',
       value: 'false',
       description: 'Enable coverity build fixes, see meson.build for details')