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:
Johan Malm 2024-12-14 21:27:43 +00:00
parent f4c270c92f
commit 9ca50d3df4
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ project(
'c', 'c',
version: '0.8.2', version: '0.8.2',
license: 'GPL-2.0-only', license: 'GPL-2.0-only',
meson_version: '>=0.59.0', meson_version: '>=1.1',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',
'warning_level=2', 'warning_level=2',