option('enable-gtk-doc',
    type: 'boolean',
    value: true,
    description: 'Enable generating the API reference'
)

option('enable-introspection',
    type: 'feature',
    value: 'auto',
    yield: true,
    description: 'Enable GObject Introspection'
)

option('enable-tests',
    type: 'boolean',
    value: true,
    description: 'Enable test suite'
)

option('enable-vala',
    type: 'feature',
    value: 'auto',
    yield: true,
    description: 'Enable Vala bindings'
)

option('libsoup-abi',
    type: 'combo',
    value: 'auto',
    choices: ['auto', '2.4', '3.0'],
    description: 'Select libsoup ABI version'
)

option('with-pci-ids-path',
    type: 'string',
    value: '',
    description: 'Location of pci.ids database'
)

option('with-usb-ids-path',
    type: 'string',
    value: '',
    description: 'Location of usb.ids database'
)
