Signal handling to exit and reconfigure the compositor

This commit is contained in:
Keith Bowes 2022-02-18 22:24:20 -05:00
parent 94e23a28f3
commit 357cd843dd
4 changed files with 29 additions and 9 deletions

View file

@ -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() + '"',