mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
river: add missing libevdev-devel, remove git from hostmakedepends
* libevdev-devel is required to build the package. * git is not used for tarball releases.
This commit is contained in:
parent
a63437ce40
commit
d221e53ccd
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version=0.1.1
|
|||
revision=1
|
||||
build_style=zig-build
|
||||
configure_args="$(vopt_if xwayland -Dxwayland)"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||
makedepends="wlroots-devel"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||
makedepends="wlroots-devel libevdev-devel"
|
||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||
short_desc="Dynamic tiling Wayland compositor"
|
||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||
|
|
Loading…
Add table
Reference in a new issue