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 /.github/workflows/ci_build.yml | |
| 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 '.github/workflows/ci_build.yml')
| -rw-r--r-- | .github/workflows/ci_build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 0b77bc6..acb9b65 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -27,7 +27,8 @@ jobs: libffi-devel wayland-protocols xcb-util-errors-devel xcb-util-wm-devel \ xcb-util-renderutil-devel libxcb-devel xcb-util-cursor-devel xcb-util-devel \ xcb-util-image-devel xcb-util-keysyms-devel xcb-util-xrm-devel \ - xorg-server-xwayland pkg-config meson git gcc pkgconf scdoc wget tar xz + xorg-server-xwayland pkg-config meson git gcc pkgconf scdoc wget tar xz \ + libevdev-devel git clone https://gitlab.freedesktop.org/wayland/wayland.git cd wayland |
