mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Define _POSIX_C_SOURCE globally
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555
This commit is contained in:
parent
541e6e260c
commit
25af8efbdb
102 changed files with 2 additions and 100 deletions
|
|
@ -14,6 +14,7 @@ project(
|
|||
add_project_arguments(
|
||||
[
|
||||
'-DWLR_USE_UNSTABLE',
|
||||
'-D_POSIX_C_SOURCE=200809L',
|
||||
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-unused-result',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue