mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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>
12 lines
537 B
Diff
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']
|