commit: bba7c94a07b80b3eeacb193e1ed2328bdb8dc912
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 07:20:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 07:20:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba7c94a
dev-libs/gjs: skip gtk tests for now
We can bring them back w/ 1.86. They started to fail w/ gtk-4.20 and
some configure detection is needed to workaround that, not worth backporting.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/gjs/gjs-1.84.2-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/gjs/gjs-1.84.2-r1.ebuild
b/dev-libs/gjs/gjs-1.84.2-r1.ebuild
index e82578bf8b3d..63029e6ef54d 100644
--- a/dev-libs/gjs/gjs-1.84.2-r1.ebuild
+++ b/dev-libs/gjs/gjs-1.84.2-r1.ebuild
@@ -62,7 +62,10 @@ src_configure() {
$(meson_feature sysprof profiler)
-Dinstalled_tests=false
$(meson_use !test skip_dbus_tests)
- $(meson_use !test skip_gtk_tests)
+ #$(meson_use !test skip_gtk_tests)
+ # XXX: Remove this w/ 1.86.x and go back to above
+ # https://gitlab.gnome.org/GNOME/gjs/-/issues/712
+ -Dskip_gtk_tests=true
-Db_pch=True # TODO this has to go
)
meson_src_configure