mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
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:
parent
18a2646c1d
commit
615d4bf958
|
@ -114,7 +114,7 @@ if scdoc.found()
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
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')
|
version = get_option('sway-version')
|
||||||
if version != ''
|
if version != ''
|
||||||
|
|
Loading…
Reference in a new issue