xwayland: support _NET_WM_ICON

This commit is contained in:
tokyo4j 2025-05-25 20:14:22 +09:00
parent db7c72ef39
commit 879a696a33
5 changed files with 17 additions and 120 deletions

View file

@ -51,9 +51,9 @@ endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(
'wlroots-0.19',
'wlroots-0.20',
default_options: ['default_library=static', 'examples=false'],
version: ['>=0.19.0', '<0.20.0'],
version: ['>=0.20.0', '<0.21.0'],
)
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'