gentoo/dev-libs/libportal/files/libportal-0.9.1-bogus-qt6widgets.patch
Andreas Sturmlechner 7c4ebc353b
dev-libs/libportal: add 0.9.1 w/ IUSE qt6, python3_13, drop virtualx
Thanks-to: Paul Zander <negril.nx+gentoo@gmail.com>
Thanks-to: Mathieu Gollain <mathieu.gollain@zero-sum.fr>
Closes: https://github.com/gentoo/gentoo/pull/38065
Closes: https://github.com/gentoo/gentoo/pull/39717
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-02-17 00:09:53 +01:00

12 lines
537 B
Diff

--- a/libportal/meson.build
+++ b/libportal/meson.build
@@ -280,7 +280,7 @@
if meson.version().version_compare('>= 0.63.0')
have_cpp = add_languages('cpp', required: get_option('backend-qt6'), native: false)
- qt6_dep = dependency('qt6', modules: ['Core', 'Gui', 'Widgets'], private_headers: true, required: get_option('backend-qt6'))
+ qt6_dep = dependency('qt6', modules: ['Core', 'Gui'], private_headers: true, required: get_option('backend-qt6'))
if have_cpp and qt6_dep.found()
qt6_headers = ['portal-qt6.h']