meson: use meson feed feature for scdoc input

Removes the need for a shell dependency.
This commit is contained in:
sewn 2023-06-14 12:26:19 +00:00
parent 8859e134ef
commit 16872ecc41
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
project('foot', 'c',
version: '1.14.0',
license: 'MIT',
meson_version: '>=0.58.0',
meson_version: '>=0.59.0',
default_options: [
'c_std=c11',
'warning_level=1',