mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[git] add libxcursor-dev to the git workflow
This commit is contained in:
parent
5e2dd589a1
commit
be9a16e8a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
binutils-dev \
|
||||
libspice-protocol-dev nettle-dev \
|
||||
libgl-dev libgles-dev \
|
||||
libx11-dev libxss-dev libxi-dev libxinerama-dev \
|
||||
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev \
|
||||
libwayland-dev wayland-protocols \
|
||||
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-dev libdbus-1-dev')
|
||||
- name: Configure client
|
||||
|
|
Loading…
Reference in a new issue