aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Scott Anderson <scott@anderso.nz>2018-08-27 18:01:00 +1200
committerLibravatar Scott Anderson <scott@anderso.nz>2018-08-27 18:01:00 +1200
commitff86dc0c358523cfc2fce050c041c27a448533fb (patch)
tree5b8664c37e8b98dc68cb3fa9a7648a7564d5e51d /meson.build
parentMerge pull request #2518 from ianyfan/ipc (diff)
downloadsway-ff86dc0c358523cfc2fce050c041c27a448533fb.tar.gz
sway-ff86dc0c358523cfc2fce050c041c27a448533fb.tar.zst
sway-ff86dc0c358523cfc2fce050c041c27a448533fb.zip
Hide deprecated wayland functions
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0e4b4f21..d5b33e6b 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ project(
12add_project_arguments('-Wno-unused-parameter', language: 'c') 12add_project_arguments('-Wno-unused-parameter', language: 'c')
13add_project_arguments('-Wno-unused-function', language: 'c') 13add_project_arguments('-Wno-unused-function', language: 'c')
14add_project_arguments('-Wno-unused-result', language: 'c') 14add_project_arguments('-Wno-unused-result', language: 'c')
15add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
15add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c') 16add_project_arguments('-DWLR_USE_UNSTABLE', language: 'c')
16 17
17cc = meson.get_compiler('c') 18cc = meson.get_compiler('c')