mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Fixes building with newer versions of wlroots
Most wlroots headers are still unstable and to use them we need to define WLR_USE_UNSTABLE.
This commit is contained in:
parent
4d2c67040c
commit
9bd4c8ea8d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ endif
|
||||||
|
|
||||||
# Hiding depreciation warnings
|
# Hiding depreciation warnings
|
||||||
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
|
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
|
||||||
|
add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c')
|
||||||
|
|
||||||
# Adding include directory
|
# Adding include directory
|
||||||
inc_dir = include_directories('include')
|
inc_dir = include_directories('include')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue