diff --git a/roles/desktop-environment/tasks/hyprland.yml b/roles/desktop-environment/tasks/hyprland.yml index 72b51cb..24edc37 100644 --- a/roles/desktop-environment/tasks/hyprland.yml +++ b/roles/desktop-environment/tasks/hyprland.yml @@ -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