From cef5a5e7be62b47161864c305d5b8ebbfbfd655a Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 26 Dec 2018 19:22:26 +0100 Subject: [PATCH] Add dependencies for dmabuf-capture and screencopy --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7400032..fec46b5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 0c970a9..3f9f8cf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Adrian Perez de Castro 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')