mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
build: rename meson_options.txt to meson.options
...because: - this is the preferred name since Meson 1.1 - wlroots did it
This commit is contained in:
parent
f4c270c92f
commit
9ca50d3df4
2 changed files with 1 additions and 1 deletions
7
meson.options
Normal file
7
meson.options
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
||||
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
||||
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
|
||||
option('icon', type: 'feature', value: 'enabled', description: 'Enable window icons')
|
||||
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|
||||
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
|
||||
option('test', type: 'feature', value: 'disabled', description: 'Run tests')
|
||||
Loading…
Add table
Add a link
Reference in a new issue