File: meson_options.txt

package info (click to toggle)
xinput-calibrator 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: sh: 4,420; cpp: 2,200; makefile: 66; xml: 24
file content (5 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
option('gui',
       type: 'combo',
       choices: ['x11', 'gtkmm', 'auto'],
       value: 'auto',
       description: 'The GUI library to use')