Hide deprecated wayland functions

This commit is contained in:
Scott Anderson 2018-08-27 18:01:00 +12:00
parent d6a5dfc913
commit ff86dc0c35
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ project(
add_project_arguments('-Wno-unused-parameter', language: 'c')
add_project_arguments('-Wno-unused-function', language: 'c')
add_project_arguments('-Wno-unused-result', language: 'c')
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c')
cc = meson.get_compiler('c')