aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-11-26 18:15:57 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-26 18:15:57 +0100
commit37e4a3d6370dc6ba2b0877d588845c06781e880e (patch)
tree0ae76cdb2dd9743391737c7ecea2e50e4c1e5c08 /meson.build
parentswaybar: Make hotspots block bar release bindings (diff)
downloadsway-37e4a3d6370dc6ba2b0877d588845c06781e880e.tar.gz
sway-37e4a3d6370dc6ba2b0877d588845c06781e880e.tar.zst
sway-37e4a3d6370dc6ba2b0877d588845c06781e880e.zip
build: drop unused wayland-egl dependency
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 470eb0e6..15849934 100644
--- a/meson.build
+++ b/meson.build
@@ -49,7 +49,6 @@ pcre2 = dependency('libpcre2-8')
49wayland_server = dependency('wayland-server', version: '>=1.21.0') 49wayland_server = dependency('wayland-server', version: '>=1.21.0')
50wayland_client = dependency('wayland-client') 50wayland_client = dependency('wayland-client')
51wayland_cursor = dependency('wayland-cursor') 51wayland_cursor = dependency('wayland-cursor')
52wayland_egl = dependency('wayland-egl')
53wayland_protos = dependency('wayland-protocols', version: '>=1.24') 52wayland_protos = dependency('wayland-protocols', version: '>=1.24')
54wlroots = dependency('wlroots', version: wlroots_version) 53wlroots = dependency('wlroots', version: wlroots_version)
55xkbcommon = dependency('xkbcommon') 54xkbcommon = dependency('xkbcommon')