Initial netbsd support

This commit is contained in:
illiliti 2022-03-04 06:10:27 +03:00 committed by Kenny Levinsen
parent 1990f9b034
commit 4ad48cb305
7 changed files with 84 additions and 4 deletions

View file

@ -30,6 +30,7 @@ add_project_arguments(
[
'-D_XOPEN_SOURCE=700',
'-D__BSD_VISIBLE',
'-D_NETBSD_SOURCE',
'-DSEATD_VERSION="@0@"'.format(meson.project_version()),
'-DSEATD_DEFAULTPATH="@0@"'.format(defaultpath),
'-DSEATD_INSTALLPATH="@0@"'.format(seatdpath),