summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-01-20 13:27:01 +0100
committerSimon Ser <contact@emersion.fr>2022-01-25 16:28:05 +0000
commit2839e61018532c1e3af6128eeaddd98aa9266f93 (patch)
tree4594c62823f66ba058babdb421c49a241032a341
parent26b04f00455982812b10f44471cc6f5c2b00544a (diff)
downloadweston-2839e61018532c1e3af6128eeaddd98aa9266f93.tar.gz
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 <contact@emersion.fr>
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
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