Add missing depends: git, wayland-protocols
This commit is contained in:
parent
5650faaeb0
commit
88cc865ee9
6
.SRCINFO
6
.SRCINFO
@ -1,12 +1,14 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = r2339.7efd9885
|
pkgver = r2505.7c2241a5
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:MIT
|
license = custom:MIT
|
||||||
makedepends = meson
|
makedepends = meson
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
|
makedepends = git
|
||||||
|
makedepends = wayland-protocols
|
||||||
depends = libcap
|
depends = libcap
|
||||||
depends = systemd
|
depends = systemd
|
||||||
depends = wayland
|
depends = wayland
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname='wlroots-git'
|
pkgname='wlroots-git'
|
||||||
pkgver=r2339.7efd9885
|
pkgver=r2505.7c2241a5
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
license=('custom:MIT')
|
license=('custom:MIT')
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
url='https://github.com/swaywm/wlroots'
|
url='https://github.com/swaywm/wlroots'
|
||||||
@ -11,7 +11,7 @@ conflicts=('wlroots')
|
|||||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
||||||
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
||||||
'libinput' 'libxkbcommon')
|
'libinput' 'libxkbcommon')
|
||||||
makedepends=('meson' 'ninja')
|
makedepends=('meson' 'ninja' 'git' 'wayland-protocols')
|
||||||
source=("${pkgname}::git+${url}")
|
source=("${pkgname}::git+${url}")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user