feat(wayland): Add qt5 and qt6 wayland libraries

This commit is contained in:
Marty Oehme 2025-02-27 10:42:21 +01:00
parent d4d0a68e63
commit ba3a8b3073
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

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