Revert "Fix SYSCONFDIR to include "prefix""

This reverts commit 6942f5b684.
SYSCONFDIR should be "/etc" even when prefix="/usr" to be FHS compliant.
This is the default in meson from v0.44.
This commit is contained in:
Niccolò Scatena 2018-10-16 19:35:06 +02:00
parent 18a2646c1d
commit 615d4bf958
No known key found for this signature in database
GPG Key ID: 190BFE7BA4F2EF64
1 changed files with 1 additions and 1 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 != ''