mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-05 20:45:49 +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…
Add table
Reference in a new issue