mirror of
https://github.com/swaywm/sway.git
synced 2024-12-26 23:18:26 +01:00
Enable unstable wlroots features
This commit is contained in:
parent
ca8f177e14
commit
8dacd0639c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ project(
|
|||
add_project_arguments('-Wno-unused-parameter', language: 'c')
|
||||
add_project_arguments('-Wno-unused-function', language: 'c')
|
||||
add_project_arguments('-Wno-unused-result', language: 'c')
|
||||
add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
|
|
Loading…
Reference in a new issue