option('systemdsystemunitdir',
  type: 'string',
  value: '',
  description: 'Directory for systemd service files',
)

option('hwdbdir',
  type: 'string',
  value: '',
  description: 'Directory for hwdb files',
)

option('rulesdir',
  type: 'string',
  value: '',
  description: 'Directory for rule files',
)

option('gtk_doc',
  type: 'boolean',
  value: false,
  description: 'Build docs',
)

option('tests',
  description: 'Whether to run tests',
  type: 'boolean',
  value: false
)

option('libdrm',
  description: 'Whether libdrm should be used to probe GPUs',
  type: 'feature',
  value: 'auto'
)

option('libdrm_nouveau',
  description: 'Whether libdrm_nouveau should be used to probe Nvidia GPUs',
  type: 'feature',
  value: 'auto'
)

option('libdrm_amdgpu',
  description: 'Whether libdrm_amdgpu should be used to probe AMD GPUs',
  type: 'feature',
  value: 'auto'
)

option('drm_xe',
  description: 'Whether the kernel provided xe drm header should be used to probe Intel GPUs',
  type: 'feature',
  value: 'auto'
)
