Skip to content

Commit

Permalink
dev-qt/qtwayland: sync missing change to 6.7.9999
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Jul 24, 2024
1 parent b0a889f commit 6474c49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6474c49

Please sign in to comment.