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>
diff --git a/meson.build b/meson.build
index 679a89a..b558f07 100644
--- a/meson.build
+++ b/meson.build
@@ -140,6 +140,8 @@
 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