Chase wlroots X11 hints update

This commit is contained in:
kraftwerk28 2022-04-17 21:16:35 +03:00 committed by Simon Ser
parent d726e50643
commit acdb48a59c
3 changed files with 8 additions and 4 deletions

View file

@ -69,6 +69,7 @@ bash_comp = dependency('bash-completion', required: false)
fish_comp = dependency('fish', required: false)
math = cc.find_library('m')
rt = cc.find_library('rt')
xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland'))
wlroots_features = {
'xwayland': false,