mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
build: updated pkgbuild depends
This commit is contained in:
@@ -14,7 +14,19 @@ depends=(
|
||||
libglvnd
|
||||
libxcursor
|
||||
)
|
||||
makedepends=('cmake' 'git')
|
||||
|
||||
makedepends=(
|
||||
cmake
|
||||
git
|
||||
glfw
|
||||
libx11
|
||||
libxrandr
|
||||
libxi
|
||||
libxinerama
|
||||
libxcursor
|
||||
wayland
|
||||
wayland-protocols
|
||||
)
|
||||
provides=('clrsync')
|
||||
conflicts=('clrsync')
|
||||
source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git")
|
||||
|
||||
Reference in New Issue
Block a user