diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-07-10 19:00:17 +0200 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-07-10 19:00:17 +0200 |
| commit | 403eca90a5956a62259dc252ca0dbcd332790580 (patch) | |
| tree | 262978ab9d72d74ab5d857214ad54e1952f6ffe7 /.builds | |
| parent | b58bd829c28435799e2c080acf75f245b51e246b (diff) | |
| download | river-403eca90a5956a62259dc252ca0dbcd332790580.tar.gz river-403eca90a5956a62259dc252ca0dbcd332790580.tar.xz | |
ci: explicitly install libevdev
This is currently pulled in transitively on void, arch, and FreeBSD
which just stopped working on void due to upstream changes.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/archlinux.yml | 1 | ||||
| -rw-r--r-- | .builds/freebsd.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 89dcfc2..5f8fcf1 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -1,5 +1,6 @@ image: archlinux packages: + - libevdev - libinput - libxkbcommon - mesa diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index d195cb8..2fb5ecc 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,6 +1,7 @@ image: freebsd/latest packages: - devel/evdev-proto + - devel/libevdev - devel/libepoll-shim - devel/libudev-devd - devel/meson |
