build: move wayland-client dep to backend/wayland/

wayland-client isn't really used by wlroots core, so let's move the
dep to where it's needed in the Wayland backend.
This commit is contained in:
Simon Ser 2021-12-07 16:11:29 +01:00
parent c50c4fc5cc
commit ad28490cf4
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,7 @@
threads = dependency('threads')
wayland_egl = dependency('wayland-egl')
wayland_cursor = dependency('wayland-cursor')
wayland_client = dependency('wayland-client')
libpng = dependency('libpng', required: false, disabler: true)
egl = dependency('egl', required: false, disabler: true)
glesv2 = dependency('glesv2', required: false, disabler: true)