feat(wayland): Add qt5 and qt6 wayland libraries
This commit is contained in:
parent
d4d0a68e63
commit
ba3a8b3073
1 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,15 @@
|
||||||
- xdg-desktop-portal
|
- xdg-desktop-portal
|
||||||
- xdg-desktop-portal-wlr
|
- xdg-desktop-portal-wlr
|
||||||
state: present
|
state: present
|
||||||
|
tags: desktop-portal
|
||||||
|
|
||||||
|
- name: Install qt5 and qt6 wayland libraries
|
||||||
|
community.general.xbps:
|
||||||
|
name:
|
||||||
|
- qt5-wayland
|
||||||
|
- qt6-wayland
|
||||||
|
state: present
|
||||||
|
tags: qt-wayland
|
||||||
|
|
||||||
- name: Set up display manager
|
- name: Set up display manager
|
||||||
hosts: target_system
|
hosts: target_system
|
||||||
|
|
Loading…
Reference in a new issue