This commit is contained in:
Oliver Traber 2024-02-25 21:13:28 +01:00
parent 0aa0055bb1
commit a22e292527
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -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