Backports from tinywl

This commit is contained in:
Keith Bowes 2022-02-21 13:47:18 -05:00
parent fcb38fe44f
commit 0f612080fa
6 changed files with 48 additions and 36 deletions

View file

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