File: meson_options.txt

package info (click to toggle)
intel-vaapi-driver 2.4.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,628 kB
  • sloc: ansic: 181,516; asm: 20,806; cpp: 15,306; pascal: 5,836; makefile: 1,822; python: 153; xml: 146; sh: 51
file content (5 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (6)
1
2
3
4
5
option('driverdir', type : 'string', description : 'drivers path')
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('enable_hybrid_codec', type : 'boolean', value : false)
option('enable_tests', type : 'boolean', value : false)