diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2024-10-25 22:03:15 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2024-11-18 04:02:34 -0500 |
| commit | 956d6a85d63efd962759c9388ddcb86bb0282dcb (patch) | |
| tree | c0c3c84a41c72f83dfa023163a0bfe073fb9a64a /dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch | |
| parent | e94f68f21601da4b1f130884f335dc9511f26687 (diff) | |
| download | gentoo-956d6a85d63efd962759c9388ddcb86bb0282dcb.tar.gz gentoo-956d6a85d63efd962759c9388ddcb86bb0282dcb.tar.bz2 gentoo-956d6a85d63efd962759c9388ddcb86bb0282dcb.zip | |
dev-qt/qtwebengine: quick fix for build race conditions (qt6)
Done as two separate patches given one is a chromium backport
(fixed in 6.8), and the others are qtwebengine-side issues.
Thanks to Matt Whitlock for testing.
Quite possible there are more issues, but there is no harm in
fixing the ones we know about so far.
Closes: https://bugs.gentoo.org/942142
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch b/dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch new file mode 100644 index 000000000000..b9723a59d859 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.7.3-missing-gn-deps.patch @@ -0,0 +1,33 @@ +Patch status: needs upstreaming + +Add missing dependencies for rare race conditions, these are all +related to Qt-specific changes as far as I can see. + +https://bugs.gentoo.org/942142 +--- a/src/3rdparty/chromium/components/history/core/browser/BUILD.gn ++++ b/src/3rdparty/chromium/components/history/core/browser/BUILD.gn +@@ -184,4 +184,8 @@ + "//components/sync", + ] ++ ++ deps += [ ++ "//components/signin/public/base:signin_buildflags", ++ ] + } + +--- a/src/3rdparty/chromium/qtwebengine/browser/extensions/api/BUILD.gn ++++ b/src/3rdparty/chromium/qtwebengine/browser/extensions/api/BUILD.gn +@@ -46,4 +46,5 @@ + deps = [ + "//content/public/browser", ++ "//qtwebengine/common/extensions/api:api", + ] + } +--- a/src/core/ozone/BUILD.gn ++++ b/src/core/ozone/BUILD.gn +@@ -22,4 +22,5 @@ + deps = [ + "//base", ++ "//media/gpu:buildflags", + "//ui/base:buildflags", + "//ui/ozone:ozone_base", |
