diff options
Diffstat (limited to 'dev-qt/qtwayland/qtwayland-6.9999.ebuild')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-6.9999.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild index 9946e9eb4584..03c7746f6fd3 100644 --- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild @@ -20,3 +20,12 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND="dev-util/wayland-scanner" + +CMAKE_SKIP_TESTS=( + # segfaults for not-looked-into reasons, but not considered + # an issue given >=seatv5 exists since wayland-1.10 (2016) + tst_seatv4 + # needs a compositor/opengl, skip the extra trouble + tst_surface + tst_xdgdecorationv1 +) |