gnu: gtk: Adjust tests on powerpc64le-linux.

* gnu/packages/gtk.scm (gtk)[arguments]: Adjust the 'patch phase when
building for powerpc64le-linux to skip some tests.

Change-Id: Ie6a3f04adebdedcd0aa3492ec846a1a7e6941ff4
This commit is contained in:
Efraim Flashner 2025-06-12 15:43:30 +03:00
parent d1f91d1686
commit ce72ee3281
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1277,6 +1277,15 @@ application suites.")
(substitute* "testsuite/css/parser/meson.build"
((".*color-mix.*") "")))
#~())
;; libEGL warning: DRI3 error: Could not get DRI3 device
;; libEGL warning: Activate DRI3 at Xorg or build mesa with DRI2
#$@(if (target-ppc64le?)
#~((substitute* "testsuite/gsk/meson.build"
(("'border-zero-width-color',") ""))
(substitute* "testsuite/css/parser/meson.build"
((".*at-valid-17.*") "")
((".*color-mix.*") "")))
#~())
;; XXX: These failures appear specific to i686 investigate them.
#$@(if (target-x86-32?)
#~((substitute* "testsuite/gsk/meson.build"