aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-11-26 13:23:34 +0100
committerSimon Ser <contact@emersion.fr>2020-12-13 12:16:28 +0100
commit858a1940b59e48624b35369541b5ea09e3121606 (patch)
tree1b8b5d04b9b6579301dd67475dbb6dacad822ca5 /meson.build
parent441bac139fdfbbe576d3d87a91adeb906f9bd2a7 (diff)
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 95fdff65..aa6598bf 100644
--- a/meson.build
+++ b/meson.build
@@ -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,