Add dependencies for dmabuf-capture and screencopy

This commit is contained in:
Adrian Perez de Castro 2018-12-26 19:22:26 +01:00
parent bf68195857
commit cef5a5e7be
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
pkgver = r3030.73423c98
pkgver = 0.2.r62.ged5296c6
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
@ -20,6 +20,8 @@ pkgbase = wlroots-git
depends = pixman
depends = libinput
depends = libxkbcommon
depends = libpng
depends = ffmpeg
provides = wlroots
conflicts = wlroots
options = debug

View File

@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='wlroots-git'
pkgver=r3030.73423c98
pkgver=0.2.r62.ged5296c6
pkgrel=1
license=('custom:MIT')
pkgdesc='Modular Wayland compositor library'
@ -11,7 +11,7 @@ conflicts=('wlroots')
options=('debug' '!strip')
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
'libinput' 'libxkbcommon')
'libinput' 'libxkbcommon' 'libpng' 'ffmpeg')
makedepends=('meson' 'ninja' 'git' 'wayland-protocols')
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')