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.
This commit is contained in:
Guillaume Le Vaillant 2021-09-08 10:52:04 +02:00
parent 3ed18c05e9
commit 359740b0b3
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1939,7 +1939,9 @@ (define (delete-unwanted-files child stat flag base level)
(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"