summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: db87a7f138acb338183b42e8ddacf2d286e25de0 (plain)
1
2
3
4
5
6
option('mbim_username', type: 'string', value: '', description: 'user allowed to access MBIM devices')

option('udevdir', type: 'string', value: '', description: 'where udev base directory is')

option('introspection', type: 'boolean', value: true, description: 'build introspection support')
option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')