seatd: Add command-line arguments

This commit is contained in:
Kenny Levinsen 2020-08-07 15:48:24 +02:00
parent 420f973004
commit a98e0c4ce9
4 changed files with 129 additions and 95 deletions

View file

@ -27,6 +27,7 @@ add_project_arguments(
'-Wl,--exclude-libs=ALL',
'-D_XOPEN_SOURCE=700',
'-D__BSD_VISIBLE',
'-DSEATD_VERSION="@0@"'.format(meson.project_version()),
],
language: 'c',
)