sway: add missing build dep

This commit is contained in:
Michal Vasilek 2022-08-26 00:33:43 +02:00
parent 42d68875a4
commit bcc6f243de
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ configure_args="-Dwerror=false -Db_ndebug=false"
conf_files="/etc/sway/config"
hostmakedepends="pkg-config wayland-devel scdoc git"
makedepends="wlroots-devel pcre-devel json-c-devel pango-devel cairo-devel
gdk-pixbuf-devel"
gdk-pixbuf-devel libevdev-devel"
depends="swaybg xorg-server-xwayland"
short_desc="Tiling Wayland compositor compatible with i3"
maintainer="Olaf Mersmann <olafm@p-value.net>"