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
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -9,18 +16,8 @@
|
||||||
- cmake
|
- cmake
|
||||||
- meson
|
- meson
|
||||||
# Hyprland
|
# Hyprland
|
||||||
- libwayland-dev
|
|
||||||
- wayland-protocols
|
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
- libtomlplusplus-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
|
# xdg-desktop-portal-hyprland
|
||||||
- qtbase5-dev
|
- qtbase5-dev
|
||||||
- libspa-0.2-dev
|
- libspa-0.2-dev
|
||||||
|
|
Loading…
Reference in a new issue