From ba3a8b30737d71ed9a366f4d5ee36a1111184f6f Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Thu, 27 Feb 2025 10:42:21 +0100
Subject: [PATCH] feat(wayland): Add qt5 and qt6 wayland libraries

---
 books/void_wayland.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/books/void_wayland.yaml b/books/void_wayland.yaml
index 91c651c..9e6cfcf 100644
--- a/books/void_wayland.yaml
+++ b/books/void_wayland.yaml
@@ -38,6 +38,15 @@
           - xdg-desktop-portal
           - xdg-desktop-portal-wlr
         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
   hosts: target_system