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>
This commit is contained in:
@@ -140,6 +140,8 @@ if dep_xkbcommon.version().version_compare('>= 0.5.0')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('deprecated-wl-shell')
|
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')
|
config_h.set('HAVE_DEPRECATED_WL_SHELL', '1')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user