diff options
author | William McKinnon <[email protected]> | 2022-04-27 17:33:23 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2022-04-27 17:33:23 -0400 |
commit | 7460d9f565092836f81b917a040caff57142d91a (patch) | |
tree | b76e7facef2aaa5925a62ad6b9995c16663313f0 /sway/meson.build | |
parent | c37aba2736e31264bdcd52147a96fa85e17c8c5f (diff) |
merge sway master
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build index 8eab31a2..4ccb2ba1 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -213,13 +213,14 @@ sway_deps = [ libudev, math, pango, - pcre, + pcre2, glesv2, pixman, server_protos, wayland_server, wlroots, xkbcommon, + xcb_icccm, ] if have_xwayland |