guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: qtwebengine: Build with bundled icu4c.


From: guix-commits
Subject: 04/04: gnu: qtwebengine: Build with bundled icu4c.
Date: Wed, 8 Sep 2021 08:39:36 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 359740b0b3eff4f5c0e6973a56ebed2c5fcbaa73
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 8 10:52:04 2021 +0200

    gnu: qtwebengine: Build with bundled icu4c.
    
    Building with icu4c >= 68 fails.
    
    * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out
      "--webengine-icu=system" option in 'configure' phase.
---
 gnu/packages/qt.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 05037b0..1f05ab5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1939,7 +1939,9 @@ using the Enchant spell-checking library.")
                (invoke "qmake" "QT_BUILD_PARTS = libs tools" "--"
                        "--webengine-printing-and-pdf=no"
                        "--webengine-ffmpeg=system"
-                       "--webengine-icu=system"
+                       ;; FIXME: Building qtwebengine 5.12.2 with
+                       ;; icu4c >= 68 fails.
+                       ;;"--webengine-icu=system"
                        "--webengine-pepper-plugins=no"
                        "-webengine-proprietary-codecs")))))
        ;; Tests are disabled due to "Could not find QtWebEngineProcess error"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]