Compare commits

..

No commits in common. "3893b0af537fdf58f2d986da4f46af0347da5b4a" and "71e7f328469d34c8e70768e3c1d46a8f281dafb9" have entirely different histories.

2 changed files with 15 additions and 25 deletions

View file

@ -11,7 +11,14 @@
state: present
update_cache: true
- 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
@ -21,16 +28,6 @@
- build-essential
- cmake
- meson
# Aquamarine
- hwdata
- libdrm-dev
- libseat-dev
- libinput-dev
- libgbm-dev
- libdisplay-info-dev
- libegl-dev
- libgles2-mesa-dev
- wayland-protocols
# hyprland-scanner
- libpugixml-dev
# hyprcursor
@ -43,17 +40,10 @@
- uuid-dev
- libxcb-errors-dev
- libxcursor-dev
- libxkbcommon-dev
- libxcb1-dev
- libxcb-icccm4-dev
- libxcb-xfixes0-dev
- libxcb-composite0-dev
- libxcb-res0-dev
# xdg-desktop-portal-hyprland
- qt6-base-dev
- libspa-0.2-dev
- libpipewire-0.3-dev
- libsdbus-c++-dev
- name: Create source folders
become: yes
@ -83,7 +73,7 @@
ansible.builtin.git:
repo: 'https://github.com/hyprwm/hyprwayland-scanner.git'
dest: /usr/local/src/hyprwayland-scanner
version: v0.4.2
version: v0.4.0
force: true
recursive: true
@ -107,7 +97,7 @@
ansible.builtin.git:
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
dest: /usr/local/src/xdg-desktop-portal-hyprland
version: v1.3.6
version: v1.3.3
force: true
recursive: true
@ -123,7 +113,7 @@
ansible.builtin.git:
repo: 'https://github.com/hyprwm/Hyprland.git'
dest: /usr/local/src/Hyprland
version: v0.43.0
version: v0.42.0
force: true
recursive: true