summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-02 23:47:53 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-02 23:56:31 -0400
commit03a99428d35fcd93b2073cae67228807a23829c3 (patch)
tree33862f57fea0c74db84d1d0fe81ac66263a04235 /dev-qt/qtwebengine/files
parentx11-libs/libdrm: add hppa symbol-check patch (diff)
downloadgentoo-03a99428d35fcd93b2073cae67228807a23829c3.tar.gz
gentoo-03a99428d35fcd93b2073cae67228807a23829c3.tar.bz2
gentoo-03a99428d35fcd93b2073cae67228807a23829c3.zip
dev-qt/qtwebengine: update patchset for 6.6 and 6.7 branches
6.6-9 -> 6.6-10 changes: Added: * clang18.patch (imported from files/) Updated: * cstdint.patch (for bug #928466) 6.7-4 -> 6.7-5 changes: Added: * x11-header.patch (imported from files/) ...not adding clang18 given expect it to be fixed upstream soon Updated: * cstdint.patch (for bug #928466) ...gcc+musl still untested for 6.7.0, but updating what's known Closes: https://bugs.gentoo.org/928466 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.7.0-x11-header.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.7.0-x11-header.patch b/dev-qt/qtwebengine/files/qtwebengine-6.7.0-x11-header.patch
deleted file mode 100644
index 0951f2903dbb..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.7.0-x11-header.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-May possibly be working for upstream due to transitive headers,
-needs more looking into.
-
-Without this:
-
- gl_display.cc:945:10: error: 'x11' has not been declared
- 945 | return x11::Connection::Get()->GetXlibDisplay();
-
-Likely a regression from [1].
-
-[1] https://github.com/qt/qtwebengine-chromium/commit/f2b407a61bea122d18a012f0049ba193725f0461
---- a/src/3rdparty/chromium/ui/gl/gl_display.cc
-+++ b/src/3rdparty/chromium/ui/gl/gl_display.cc
-@@ -29,4 +29,8 @@
- #include "ui/gl/gl_surface.h"
-
-+#if defined(USE_GLX)
-+#include "ui/gfx/x/connection.h"
-+#endif
-+
- #if BUILDFLAG(IS_OZONE)
- #include "ui/ozone/buildflags.h"