From c844eaa1b32894417263ce2b5030033bdd7c7851 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 28 May 2018 08:39:38 +0100 Subject: [PATCH] build: add dependencies for examples/dmabuf-capture --- .build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.build.yml b/.build.yml index 9fd4f116..8b2f9c1f 100644 --- a/.build.yml +++ b/.build.yml @@ -1,15 +1,16 @@ image: archlinux packages: - - meson - - wayland - - wayland-protocols - - mesa + - clang + - ffmpeg + - libcap - libinput - libxkbcommon - - xcb-util-image - - libcap + - mesa + - meson - pixman - - clang + - wayland + - wayland-protocols + - xcb-util-image sources: - https://github.com/swaywm/wlroots tasks: