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.
This commit is contained in:
parent
b58bd829c2
commit
403eca90a5
@ -1,5 +1,6 @@
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
|
- libevdev
|
||||||
- libinput
|
- libinput
|
||||||
- libxkbcommon
|
- libxkbcommon
|
||||||
- mesa
|
- mesa
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
image: freebsd/latest
|
image: freebsd/latest
|
||||||
packages:
|
packages:
|
||||||
- devel/evdev-proto
|
- devel/evdev-proto
|
||||||
|
- devel/libevdev
|
||||||
- devel/libepoll-shim
|
- devel/libepoll-shim
|
||||||
- devel/libudev-devd
|
- devel/libudev-devd
|
||||||
- devel/meson
|
- devel/meson
|
||||||
|
3
.github/workflows/ci_build.yml
vendored
3
.github/workflows/ci_build.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
libffi-devel wayland-protocols xcb-util-errors-devel xcb-util-wm-devel \
|
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-renderutil-devel libxcb-devel xcb-util-cursor-devel xcb-util-devel \
|
||||||
xcb-util-image-devel xcb-util-keysyms-devel xcb-util-xrm-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
|
git clone https://gitlab.freedesktop.org/wayland/wayland.git
|
||||||
cd wayland
|
cd wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user