aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-28 08:39:38 +0100
committeremersion <contact@emersion.fr>2018-05-29 18:47:20 +0100
commitc844eaa1b32894417263ce2b5030033bdd7c7851 (patch)
treec1979549294c7d00355557e2c79eff10e8bb9186
parent70d324a0f9b94952b7e4fbbbcce76f8c570ced03 (diff)
build: add dependencies for examples/dmabuf-capture
-rw-r--r--.build.yml13
1 files 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: