mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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:
parent
441bac139f
commit
858a1940b5
2 changed files with 10 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue