build: added gtk dep

This commit is contained in:
2025-12-17 13:32:26 +03:00
parent 58eff4d97e
commit 019b0db522
9 changed files with 17 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ depends=(
mesa
libglvnd
libxcursor
gtk3
)
makedepends=(
@@ -26,6 +27,7 @@ makedepends=(
libxcursor
wayland
wayland-protocols
gtk3
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz")