mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Signal handling to exit and reconfigure the compositor
This commit is contained in:
parent
94e23a28f3
commit
357cd843dd
4 changed files with 29 additions and 9 deletions
|
|
@ -13,6 +13,7 @@ project(
|
|||
|
||||
add_project_arguments(
|
||||
'-Wno-unused-parameter',
|
||||
'-D_POSIX_C_SOURCE=200112L',
|
||||
'-DWL_HIDE_DEPRECATED', # Hide the deprecated parts of the Wayland API
|
||||
'-DWLR_USE_UNSTABLE',
|
||||
'-DPACKAGE_NAME="' + meson.project_name() + '"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue