wayqt/buildfix.patch
2026-04-28 07:31:40 -04:00

20 lines
610 B
Diff

--- a/meson.build 2026-03-20 16:33:48.595065399 -0400
+++ b/meson.build 2026-03-20 16:41:11.765861225 -0400
@@ -22,7 +22,7 @@
QtDeps = dependency(
'qt5',
modules: [ 'Core', 'Gui', 'WaylandClient', 'XkbCommonSupport' ],
- private_headers: [ 'Gui', 'WaylandClient', 'XkbCommonSupport' ],
+ private_headers: true,
)
# Nothing
@@ -36,7 +36,7 @@
QtDeps = dependency(
'qt6',
modules: [ 'Core', 'Gui', 'WaylandClient' ],
- private_headers: [ 'Gui', 'WaylandClient', 'WaylandGlobalPrivate' ],
+ private_headers: true,
)
qmake = find_program( [ 'qmake-qt6', 'qmake6' ], required: true )