summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/31 curses/meson_options.txt
blob: e294e839002e91350c4b175d9ea081d1ba18492d (plain)
1
2
3
4
5
6
option(
    'method',
    type : 'combo',
    choices : ['pkg-config', 'config-tool', 'system'],
    value : 'pkg-config',
)