From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 66D7E1385BF for ; Thu, 27 Aug 2015 22:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E63C414272; Thu, 27 Aug 2015 22:35:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D9331426B for ; Thu, 27 Aug 2015 22:35:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE03B3409DB for ; Thu, 27 Aug 2015 22:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B8D16B for ; Thu, 27 Aug 2015 22:35:40 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1440714885.942576847685e455639de9c2f6f431d42ee83445.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 942576847685e455639de9c2f6f431d42ee83445 X-VCS-Branch: master Date: Thu, 27 Aug 2015 22:35:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 923e6f12-9faf-45ee-96e1-e80255e8b2d4 X-Archives-Hash: c72a32df181c756f7cbe9c9aa835f9fb commit: 942576847685e455639de9c2f6f431d42ee83445 Author: Davide Pesavento gentoo org> AuthorDate: Thu Aug 27 22:34:45 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Aug 27 22:34:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=94257684 qt5-build.eclass: disable configure options that are new in 5.6 Signed-off-by: Davide Pesavento gentoo.org> eclass/qt5-build.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index b274cf6..0359315 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -546,6 +546,7 @@ qt5_base_configure() { # disable everything to prevent automagic deps (part 1) -no-mtdev -no-journald + $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-syslog) -no-libpng -no-libjpeg -no-freetype -no-harfbuzz -no-openssl @@ -608,7 +609,8 @@ qt5_base_configure() { #-use-gold-linker # disable all platform plugins by default, override in qtgui - -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms + -no-xcb -no-eglfs -no-kms -no-directfb -no-linuxfb + $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient) # disable undocumented X11-related flags, override in qtgui # (not shown in ./configure -help output)