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