qt5-build.eclass: Drop pre-Qt 5.14 quirks
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 9 May 2020 08:30:31 +0000 (10:30 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 26 May 2020 14:32:27 +0000 (16:32 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/qt5-build.eclass

index d82f3d253e2277ef73acc903761395af98af79c7..cd2e19b0aa6acb4a42216190af135fec6de47d26 100644 (file)
@@ -568,7 +568,7 @@ qt5_base_configure() {
                -no-libpng -no-libjpeg
                -no-freetype -no-harfbuzz
                -no-openssl -no-libproxy
-               $([[ ${QT5_MINOR_VERSION} -ge 14 ]] && echo -no-feature-gssapi)
+               -no-feature-gssapi
                -no-xcb-xlib
 
                # bug 672340
@@ -618,7 +618,6 @@ qt5_base_configure() {
 
                # disable all platform plugins by default, override in qtgui
                -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb
-               $([[ ${QT5_MINOR_VERSION} -lt 14 ]] && echo -no-mirclient)
 
                # disable undocumented X11-related flags, override in qtgui
                # (not shown in ./configure -help output)