summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-03-15 01:23:12 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-10-08 12:46:23 +1100
commit78d6f0fab21a8c806f399b1d47a44efed35f4b4f (patch)
tree49543b2528f50baa6f888b961f3884a59c6c2775 /eclass
parentqt5-build.eclass: Fix qtbase configure for {5,5.8}.9999 (diff)
downloadgentoo-78d6f0fab21a8c806f399b1d47a44efed35f4b4f.tar.gz
gentoo-78d6f0fab21a8c806f399b1d47a44efed35f4b4f.tar.bz2
gentoo-78d6f0fab21a8c806f399b1d47a44efed35f4b4f.zip
qt5-build.eclass: cleanup iconv handling
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 6f46b2e7b8d4..f905a7ab2733 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -612,7 +612,8 @@ qt5_base_configure() {
-verbose
# always enable iconv support
- -iconv
+ # since 5.8 this is handled in qtcore
+ $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -iconv)
# disable everything to prevent automagic deps (part 3)
-no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus