summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-12-26 19:22:26 +0100
committerAdrian Perez de Castro2018-12-26 19:22:26 +0100
commitcef5a5e7be62b47161864c305d5b8ebbfbfd655a (patch)
tree2fe17ab65a70303fbe4e6839f7386ad007edf285
parentbf68195857fdc46aa97c59a41bab1df88094fcae (diff)
downloadaur-cef5a5e7be62b47161864c305d5b8ebbfbfd655a.tar.gz
Add dependencies for dmabuf-capture and screencopy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74000322cc8f..fec46b57ab92 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 0c970a98f962..3f9f8cf1c036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')