Add missing xorgproto makedepends
This commit is contained in:
parent
5ffc512298
commit
4edd93fb18
5
.SRCINFO
5
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = wlroots-git
|
||||
pkgdesc = Modular Wayland compositor library
|
||||
pkgver = 0.8.1.r11.g17242619
|
||||
pkgver = 0.9.0.r0.g1c5ca793
|
||||
pkgrel = 1
|
||||
url = https://github.com/swaywm/wlroots
|
||||
arch = x86_64
|
||||
@ -9,6 +9,7 @@ pkgbase = wlroots-git
|
||||
makedepends = ninja
|
||||
makedepends = git
|
||||
makedepends = wayland-protocols
|
||||
makedepends = xorgproto
|
||||
depends = libcap
|
||||
depends = systemd
|
||||
depends = wayland
|
||||
@ -23,7 +24,7 @@ pkgbase = wlroots-git
|
||||
depends = libpng
|
||||
depends = ffmpeg
|
||||
depends = freerdp
|
||||
provides = wlroots=0.8.1
|
||||
provides = wlroots=0.9.0
|
||||
conflicts = wlroots
|
||||
options = debug
|
||||
options = !strip
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||
pkgname='wlroots-git'
|
||||
pkgver=0.8.1.r11.g17242619
|
||||
pkgver=0.9.0.r0.g1c5ca793
|
||||
pkgrel=1
|
||||
license=('custom:MIT')
|
||||
pkgdesc='Modular Wayland compositor library'
|
||||
@ -12,7 +12,7 @@ options=('debug' '!strip')
|
||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
||||
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
||||
'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp')
|
||||
makedepends=('meson' 'ninja' 'git' 'wayland-protocols')
|
||||
makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'xorgproto')
|
||||
source=("${pkgname}::git+${url}")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user