From 2839e61018532c1e3af6128eeaddd98aa9266f93 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 20 Jan 2022 13:27:01 +0100 Subject: [PATCH] build: warn when enabling wl_shell support Let's remind the user one more time that the option will go away in the future. Signed-off-by: Simon Ser --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 679a89a0..b558f071 100644 --- a/meson.build +++ b/meson.build @@ -140,6 +140,8 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0') endif if get_option('deprecated-wl-shell') + warning('Support for the deprecated wl_shell interface is enabled.') + warning('This feature will be removed in a future version.') config_h.set('HAVE_DEPRECATED_WL_SHELL', '1') endif