build: move wayland-egl dependency to examples/

Now that the Wayland backend has moved to wlr_swapchain, only
client examples use the dependency. Stop linking against wayland-egl
in the wlroots library.
This commit is contained in:
Simon Ser 2020-11-26 13:23:34 +01:00
parent 441bac139f
commit 858a1940b5
2 changed files with 10 additions and 11 deletions

View file

@ -97,7 +97,6 @@ endif
wayland_server = dependency('wayland-server', version: '>=1.18')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
egl = dependency('egl')
glesv2 = dependency('glesv2')
@ -114,7 +113,6 @@ wlr_files = []
wlr_deps = [
wayland_server,
wayland_client,
wayland_egl,
wayland_protos,
egl,
glesv2,