summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/16 sdl2/meson_options.txt
blob: 176af17750b2eb64428905e9a7f97623458b1ecb (plain)
1
2
3
4
5
6
option(
    'method',
    type : 'combo',
    choices : ['auto', 'pkg-config', 'config-tool', 'sdlconfig', 'extraframework'],
    value : 'auto',
)