mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
revision=1
|
||||||
build_style=zig-build
|
build_style=zig-build
|
||||||
configure_args="$(vopt_if xwayland -Dxwayland)"
|
configure_args="$(vopt_if xwayland -Dxwayland)"
|
||||||
hostmakedepends="pkg-config wayland-devel scdoc git"
|
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||||
makedepends="wlroots-devel"
|
makedepends="wlroots-devel libevdev-devel"
|
||||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||||
short_desc="Dynamic tiling Wayland compositor"
|
short_desc="Dynamic tiling Wayland compositor"
|
||||||
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
maintainer="Isaac Freund <mail@isaacfreund.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue