diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-23 21:56:27 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-23 22:19:43 -0400 |
commit | 6474c4979793d4bdfb13e834a382c03907e97333 (patch) | |
tree | feddd7fd0a121f01d12dc7f40901267f2ec3f556 /dev-qt | |
parent | dev-qt/qtmultimedia: update >=6.8 live (diff) | |
download | gentoo-6474c4979793d4bdfb13e834a382c03907e97333.tar.gz gentoo-6474c4979793d4bdfb13e834a382c03907e97333.tar.bz2 gentoo-6474c4979793d4bdfb13e834a382c03907e97333.zip |
dev-qt/qtwayland: sync missing change to 6.7.9999
Already present in 6.7.2 and 6.8.9999 but seems forgot to add it to
6.7.9999 and it will likely still be needed for 6.7.3 as upstream
seems to be giving low priority to this issue.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-6.7.9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild index dc3ce8575fd3..11f94d7bd709 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild @@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface tst_xdgdecorationv1 + # known failing with wayland-1.23.0 (or at least with offscreen), not + # believed to result in critical runtime issues so skip until this is + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() { |