• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1option('driverdir', type : 'string', description : 'drivers path')
2option('disable_drm', type : 'boolean', value : false)
3option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
4option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
5option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
6option('with_win32', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
7option('with_legacy', type : 'array', choices : ['emdg', 'nvctrl', 'fglrx'], value : [])
8option('enable_docs', type : 'boolean', value : false)
9