diff options
| author | Simon Ser <contact@emersion.fr> | 2022-11-26 18:15:57 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-11-26 23:26:47 +0100 |
| commit | 6afe74ffec892c3370b41ab2072625ae6e3d9784 (patch) | |
| tree | eef2465251c4b246232b099f9589575bd584de35 | |
| parent | 0a9b468540d4be7dbea3b63515b64eaa5c187f0f (diff) | |
build: drop unused wayland-egl dependency
(cherry picked from commit 37e4a3d6370dc6ba2b0877d588845c06781e880e)
| -rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 0a737c36..4aca27ef 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') |
