diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-09 10:30:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-26 16:32:27 +0200 |
commit | 9f876ab0e2981e7bf0203936cf2202f225ff325a (patch) | |
tree | 6641b3373f09a7f5b3e351b659cb8d9c91e13316 /eclass | |
parent | qt5-build.eclass: Introduce qt5_tools_configure (diff) | |
download | gentoo-9f876ab0e2981e7bf0203936cf2202f225ff325a.tar.gz gentoo-9f876ab0e2981e7bf0203936cf2202f225ff325a.tar.bz2 gentoo-9f876ab0e2981e7bf0203936cf2202f225ff325a.zip |
qt5-build.eclass: Drop pre-Qt 5.14 quirks
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index d82f3d253e22..cd2e19b0aa6a 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -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) |