mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
qt5-build.eclass: Disable zstd for Qt5 >=5.13.2 RCC compression
Closes: https://bugs.gentoo.org/699248 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -643,6 +643,9 @@ qt5_base_configure() {
|
||||
# enable in respective modules to avoid poisoning QT.global_private.enabled_features
|
||||
-no-gui -no-widgets
|
||||
|
||||
# QTBUG-76521, default will change to zstd in Qt6
|
||||
$([[ ${QT5_MINOR_VERSION} -ge 13 ]] && echo -no-zstd)
|
||||
|
||||
# module-specific options
|
||||
"${myconf[@]}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user