Implement permit & reject

This commit is contained in:
Drew DeVault 2018-09-06 22:40:41 -04:00
parent 0b9f327f1a
commit 8932d17275
9 changed files with 79 additions and 21 deletions

View file

@ -114,7 +114,7 @@ if scdoc.found()
endforeach
endif
add_project_arguments('-DSYSCONFDIR="/@0@/@1@"'.format(prefix, sysconfdir), language : 'c')
add_project_arguments('-DSYSCONFDIR="@0@"'.format(sysconfdir), language : 'c')
version = get_option('sway-version')
if version != ''