Initialize seat pointer in swaybar

This commit is contained in:
Drew DeVault 2018-03-30 21:38:28 -04:00
parent 4b0fcde778
commit 8d1425bde9
4 changed files with 118 additions and 2 deletions

View file

@ -24,6 +24,7 @@ pcre = dependency('libpcre')
wlroots = dependency('wlroots', fallback: ['wlroots', 'wlroots'])
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_egl = dependency('wayland-egl')
wayland_protos = dependency('wayland-protocols')
xkbcommon = dependency('xkbcommon')