react to wlroots changes

This commit is contained in:
Keith Bowes 2024-02-07 00:46:35 -05:00
parent fb3c8eb152
commit f967bfae17
8 changed files with 90 additions and 20 deletions

View file

@ -15,6 +15,7 @@ add_project_arguments(
'-Wno-unused-parameter',
'-D_DEFAULT_SOURCE',
'-D_POSIX_C_SOURCE=200112L',
'-DWL_HIDE_DEPRECATED', # Hide the deprecated parts of the Wayland API
'-DWLR_USE_UNSTABLE',
'-DPACKAGE_NAME="' + meson.project_name() + '"',
'-DPACKAGE_VERSION="' + meson.project_version() + '"',