summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 30a6f0fa9e86b2bcc40cf200feca4901f075c732 (plain)
1
2
3
4
5
6
7
option(
        'buffer-type',
        type: 'combo',
        choices: [ 'auto', 'egl', 'shm' ],
        value: 'shm',
        description: 'Default buffer type to use'
)