diff options
Diffstat (limited to 'eclass/qt5-build.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 a47752b545f0..4dcd4f29175f 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -564,8 +564,7 @@ qt5_base_configure() { # prefer system libraries (only common hard deps here) -system-zlib -system-pcre - # TODO after bug 581054 - #$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion) + $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion) # disable everything to prevent automagic deps (part 1) -no-mtdev |