Remove no longer required build-deps
This commit is contained in:
parent
71e7f32846
commit
50fb386456
|
@ -11,14 +11,7 @@
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
- name: Install build dependencies (1/2)
|
- name: Install build dependencies
|
||||||
become: yes
|
|
||||||
apt:
|
|
||||||
state: build-dep
|
|
||||||
name:
|
|
||||||
- wlroots
|
|
||||||
|
|
||||||
- name: Install build dependencies (2/2)
|
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -28,6 +21,16 @@
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- meson
|
- meson
|
||||||
|
# Aquamarine
|
||||||
|
- hwdata
|
||||||
|
- libdrm-dev
|
||||||
|
- libseat-dev
|
||||||
|
- libinput-dev
|
||||||
|
- libgbm-dev
|
||||||
|
- libdisplay-info-dev
|
||||||
|
- libegl-dev
|
||||||
|
- libgles2-mesa-dev
|
||||||
|
- wayland-protocols
|
||||||
# hyprland-scanner
|
# hyprland-scanner
|
||||||
- libpugixml-dev
|
- libpugixml-dev
|
||||||
# hyprcursor
|
# hyprcursor
|
||||||
|
@ -40,10 +43,17 @@
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
- libxcb-errors-dev
|
- libxcb-errors-dev
|
||||||
- libxcursor-dev
|
- libxcursor-dev
|
||||||
|
- libxkbcommon-dev
|
||||||
|
- libxcb1-dev
|
||||||
|
- libxcb-icccm4-dev
|
||||||
|
- libxcb-xfixes0-dev
|
||||||
|
- libxcb-composite0-dev
|
||||||
|
- libxcb-res0-dev
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
- qt6-base-dev
|
- qt6-base-dev
|
||||||
- libspa-0.2-dev
|
- libspa-0.2-dev
|
||||||
- libpipewire-0.3-dev
|
- libpipewire-0.3-dev
|
||||||
|
- libsdbus-c++-dev
|
||||||
|
|
||||||
- name: Create source folders
|
- name: Create source folders
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -73,7 +83,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprwayland-scanner.git'
|
repo: 'https://github.com/hyprwm/hyprwayland-scanner.git'
|
||||||
dest: /usr/local/src/hyprwayland-scanner
|
dest: /usr/local/src/hyprwayland-scanner
|
||||||
version: v0.4.0
|
version: v0.4.2
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -97,7 +107,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
||||||
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
version: v1.3.3
|
version: v1.3.6
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -113,7 +123,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/Hyprland.git'
|
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||||
dest: /usr/local/src/Hyprland
|
dest: /usr/local/src/Hyprland
|
||||||
version: v0.42.0
|
version: v0.43.0
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue