Skip to content

Commit 26e1359

Browse files
author
Linus Kentzler
committed
hyprland-devel: fix dependencies
1 parent 3403b24 commit 26e1359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srcpkgs/hyprland/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'hyprland'
22
pkgname=hyprland
33
version=0.52.2
4-
revision=1
4+
revision=2
55
build_style=cmake
66
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
77
-DCMAKE_INSTALL_PREFIX:PATH=/usr -DNO_SYSTEMD:BOOL=true"
@@ -48,7 +48,7 @@ post_install() {
4848
}
4949

5050
hyprland-devel_package() {
51-
depends="${sourcepkg}>=${version}_${revision} ${othermakedepends} ${makedepends}"
51+
depends="${sourcepkg}>=${version}_${revision} cmake meson cpio pkg-config git gcc ${makedepends}"
5252
short_desc="Dynamic tiling Wayland compositor - development files"
5353
pkg_install() {
5454
vmove usr/include

0 commit comments

Comments
 (0)