diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-11-26 18:15:57 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-11-26 18:15:57 +0100 |
| commit | 0eb0d36044776eb9eb538b46e9ccd5c608ae3eff (patch) | |
| tree | 0ae76cdb2dd9743391737c7ecea2e50e4c1e5c08 | |
| parent | 8d8b20544c2ad70a33b1ac09852096e11b870078 (diff) | |
build: drop unused wayland-egl dependency
| -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') |
