summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2022-11-12 15:04:29 +0100
committerGitHub <[email protected]>2022-11-12 09:04:29 -0500
commitc82adeb7c09cf9200e6f0ca217443c9d8bcd20bd (patch)
treeaeb12701c6ddc21c3a5798764ed96d0ce6aa940c /meson.build
parent6ef904a960395c7cc81f60febb3d385d9aea4920 (diff)
Add EGL as sway dependency (#33)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5e4de87f..ab295254 100644
--- a/meson.build
+++ b/meson.build
@@ -41,6 +41,7 @@ wayland_server = dependency('wayland-server', version: '>=1.20.0')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_egl = dependency('wayland-egl')
+egl = dependency('egl')
wayland_protos = dependency('wayland-protocols', version: '>=1.24')
xkbcommon = dependency('xkbcommon')
cairo = dependency('cairo')