mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
river: depends on wlroot0.16 explicitly
It always depends on specific version of wlroots
This commit is contained in:
parent
25b0a6c0b9
commit
79e68996f0
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'river'
|
||||
pkgname=river
|
||||
version=0.2.4
|
||||
revision=2
|
||||
revision=3
|
||||
archs="~i686* ~armv6l* ~armv7l*"
|
||||
build_style=zig-build
|
||||
configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
|
||||
hostmakedepends="pkg-config wayland-devel scdoc"
|
||||
makedepends="wlroots-devel libevdev-devel pixman-devel
|
||||
makedepends="wlroots0.16-devel libevdev-devel pixman-devel
|
||||
wayland-protocols libxkbcommon-devel wayland-devel"
|
||||
depends="$(vopt_if xwayland xorg-server-xwayland)"
|
||||
short_desc="Dynamic tiling Wayland compositor"
|
||||
|
|
Loading…
Add table
Reference in a new issue