Add EGL as sway dependency (#33)

This commit is contained in:
Erik Reider 2022-11-12 15:04:29 +01:00 committed by GitHub
parent 6ef904a960
commit c82adeb7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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')

View file

@ -225,6 +225,7 @@ sway_deps = [
wayland_server,
wlroots,
xkbcommon,
egl,
]
if have_xwayland