meson: initial build conf

Not that well tested yet, does not support plugins-as-modules
This commit is contained in:
Daniel Eklöf 2019-05-01 12:39:59 +02:00
parent a1be489293
commit 51e9d691e4
6 changed files with 218 additions and 0 deletions

2
meson_options.txt Normal file
View file

@ -0,0 +1,2 @@
option('x11', type: 'feature', value: 'enabled', description: 'XCB (X11) backend')
option('wayland', type: 'feature', value: 'enabled', description: 'Wayland backend')