Skip to content

Commit

Permalink
Add EGL as sway dependency (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider authored Nov 12, 2022
1 parent 6ef904a commit c82adeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions sway/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ sway_deps = [
wayland_server,
wlroots,
xkbcommon,
egl,
]

if have_xwayland
Expand Down

0 comments on commit c82adeb

Please sign in to comment.