mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
meson: initial build conf
Not that well tested yet, does not support plugins-as-modules
This commit is contained in:
parent
a1be489293
commit
51e9d691e4
6 changed files with 218 additions and 0 deletions
2
meson_options.txt
Normal file
2
meson_options.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
option('x11', type: 'feature', value: 'enabled', description: 'XCB (X11) backend')
|
||||
option('wayland', type: 'feature', value: 'enabled', description: 'Wayland backend')
|
Loading…
Add table
Add a link
Reference in a new issue