diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-26 18:15:57 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-26 18:15:57 +0100 |
commit | 37e4a3d6370dc6ba2b0877d588845c06781e880e (patch) | |
tree | 0ae76cdb2dd9743391737c7ecea2e50e4c1e5c08 /meson.build | |
parent | 94b69acf0d7b26ee5af2172300cb18473508da76 (diff) |
build: drop unused wayland-egl dependency
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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') wayland_server = dependency('wayland-server', version: '>=1.21.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') -wayland_egl = dependency('wayland-egl') wayland_protos = dependency('wayland-protocols', version: '>=1.24') wlroots = dependency('wlroots', version: wlroots_version) xkbcommon = dependency('xkbcommon') |