sway: add missing build dep
This commit is contained in:
parent
42d68875a4
commit
bcc6f243de
|
@ -7,7 +7,7 @@ configure_args="-Dwerror=false -Db_ndebug=false"
|
||||||
conf_files="/etc/sway/config"
|
conf_files="/etc/sway/config"
|
||||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||||
makedepends="wlroots-devel pcre-devel json-c-devel pango-devel cairo-devel
|
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"
|
depends="swaybg xorg-server-xwayland"
|
||||||
short_desc="Tiling Wayland compositor compatible with i3"
|
short_desc="Tiling Wayland compositor compatible with i3"
|
||||||
maintainer="Olaf Mersmann <olafm@p-value.net>"
|
maintainer="Olaf Mersmann <olafm@p-value.net>"
|
||||||
|
|
Loading…
Reference in New Issue