deps
This commit is contained in:
parent
0aa0055bb1
commit
a22e292527
|
@ -1,4 +1,11 @@
|
|||
- name: Install build dependencies
|
||||
- name: Install build dependencies (1/2)
|
||||
become: yes
|
||||
apt:
|
||||
state: build-dep
|
||||
name:
|
||||
- wlroots
|
||||
|
||||
- name: Install build dependencies (2/2)
|
||||
become: yes
|
||||
apt:
|
||||
state: latest
|
||||
|
@ -9,18 +16,8 @@
|
|||
- cmake
|
||||
- meson
|
||||
# Hyprland
|
||||
- libwayland-dev
|
||||
- wayland-protocols
|
||||
- libpango1.0-dev
|
||||
- libtomlplusplus-dev
|
||||
- libdrm-dev
|
||||
- xwayland
|
||||
- libxcb-composite0-dev
|
||||
- libxcb-ewmh-dev
|
||||
- libxkbcommon-dev
|
||||
- libinput-dev
|
||||
- libgbm-dev
|
||||
- libgles2-mesa-dev
|
||||
# xdg-desktop-portal-hyprland
|
||||
- qtbase5-dev
|
||||
- libspa-0.2-dev
|
||||
|
|
Loading…
Reference in a new issue