From 6afe74ffec892c3370b41ab2072625ae6e3d9784 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 26 Nov 2022 18:15:57 +0100 Subject: build: drop unused wayland-egl dependency (cherry picked from commit 37e4a3d6370dc6ba2b0877d588845c06781e880e) --- meson.build | 1 - 1 file changed, 1 deletion(-) 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') -- cgit v1.2.3-54-g00ecf