summaryrefslogtreecommitdiff
path: root/sway
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 /sway
parent6ef904a960395c7cc81f60febb3d385d9aea4920 (diff)
Add EGL as sway dependency (#33)
Diffstat (limited to 'sway')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 461fee87..b740b4af 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -225,6 +225,7 @@ sway_deps = [
wayland_server,
wlroots,
xkbcommon,
+ egl,
]
if have_xwayland