Put in earplugs

This commit is contained in:
nik gaffney 2024-03-19 11:58:06 +01:00
parent 54977e7c49
commit 698ace461f
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -186,20 +186,22 @@ endif()~%~%"
(substitute* "testfiles/cli_tests/CMakeLists.txt" (substitute* "testfiles/cli_tests/CMakeLists.txt"
(("add_cli_test\\(export-latex") (("add_cli_test\\(export-latex")
"message(TEST_DISABLED: export-latex")))) "message(TEST_DISABLED: export-latex"))))
(add-after 'unpack 'disable-vertical-glyph-tests
(lambda _ ;; (add-after 'unpack 'disable-vertical-glyph-tests
;; FIXME: These tests fail with newer Pango and Harfbuzz: ;; (lambda _
;; https://gitlab.com/inkscape/inkscape/-/issues/2917 ;; ;; FIXME: These tests fail with newer Pango and Harfbuzz:
;; https://gitlab.com/inkscape/inkscape/-/issues/3554 ;; ;; https://gitlab.com/inkscape/inkscape/-/issues/2917
;; Simply providing older versions don't work, as we need ;; ;; https://gitlab.com/inkscape/inkscape/-/issues/3554
;; the full GTK stack; we could use package-input-rewriting ;; ;; Simply providing older versions don't work, as we need
;; but then have to also downgrade pangomm and disable tests ;; ;; the full GTK stack; we could use package-input-rewriting
;; in librsvg and GTK+. Just ignore for now. ;; ;; but then have to also downgrade pangomm and disable tests
(substitute* "testfiles/rendering_tests/CMakeLists.txt" ;; ;; in librsvg and GTK+. Just ignore for now.
(("test-glyph-y-pos") "") ;; (substitute* "testfiles/rendering_tests/CMakeLists.txt"
(("text-glyphs-combining") "") ;; (("test-glyph-y-pos") "")
(("text-glyphs-vertical") "") ;; (("text-glyphs-combining") "")
(("test-rtl-vertical") "")))) ;; (("text-glyphs-vertical") "")
;; (("test-rtl-vertical") ""))))
,@(if (or (target-aarch64?) ,@(if (or (target-aarch64?)
(target-ppc64le?) (target-ppc64le?)
(target-riscv64?)) (target-riscv64?))