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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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: + - clang + - ffmpeg + - libcap + - libinput + - libxkbcommon + - mesa - meson + - pixman - wayland - wayland-protocols - - mesa - - libinput - - libxkbcommon - xcb-util-image - - libcap - - pixman - - clang sources: - https://github.com/swaywm/wlroots tasks: