summaryrefslogtreecommitdiff
path: root/x11-toolkits/como/files/patch-como-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/como/files/patch-como-config.cmake.in')
-rw-r--r--x11-toolkits/como/files/patch-como-config.cmake.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/como/files/patch-como-config.cmake.in b/x11-toolkits/como/files/patch-como-config.cmake.in
new file mode 100644
index 000000000000..2f9e3f741f4f
--- /dev/null
+++ b/x11-toolkits/como/files/patch-como-config.cmake.in
@@ -0,0 +1,13 @@
+Export Qt6::GuiPrivate to consumers. This is required since Qt 6.10.0.
+
+--- como-config.cmake.in.orig 2024-10-09 12:19:16 UTC
++++ como-config.cmake.in
+@@ -10,7 +10,7 @@ find_dependency(wlroots @WLROOTS_MIN_VERSION@)
+ find_dependency(epoxy)
+ find_dependency(Pixman)
+ find_dependency(wlroots @WLROOTS_MIN_VERSION@)
+-find_dependency(Qt6Gui @QT_MIN_VERSION@)
++find_dependency(Qt6 @QT_MIN_VERSION@ COMPONENTS Gui GuiPrivate)
+ find_dependency(KF6 @KF6_MIN_VERSION@ COMPONENTS
+ Auth
+ ColorScheme