diff options
author | Adrian Perez de Castro | 2018-12-26 19:22:26 +0100 |
---|---|---|
committer | Adrian Perez de Castro | 2018-12-26 19:22:26 +0100 |
commit | cef5a5e7be62b47161864c305d5b8ebbfbfd655a (patch) | |
tree | 2fe17ab65a70303fbe4e6839f7386ad007edf285 | |
parent | bf68195857fdc46aa97c59a41bab1df88094fcae (diff) | |
download | aur-cef5a5e7be62b47161864c305d5b8ebbfbfd655a.tar.gz |
Add dependencies for dmabuf-capture and screencopy
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -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 @@ -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') |