From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7DFD138334 for ; Tue, 30 Apr 2019 13:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2805E0A6B; Tue, 30 Apr 2019 13:06:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94EC0E0A6B for ; Tue, 30 Apr 2019 13:06:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE65342F21 for ; Tue, 30 Apr 2019 13:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D99B549 for ; Tue, 30 Apr 2019 13:06:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1556629590.71f49c7d856b4324a86eaa8ed0d1e1ded1df7eff.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 71f49c7d856b4324a86eaa8ed0d1e1ded1df7eff X-VCS-Branch: master Date: Tue, 30 Apr 2019 13:06:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a50ce29d-4794-4c54-8f1a-10edb295fb36 X-Archives-Hash: 4b426381d7118328c1490ece66675233 commit: 71f49c7d856b4324a86eaa8ed0d1e1ded1df7eff Author: Michael Palimaka gentoo org> AuthorDate: Tue Apr 30 13:06:12 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Apr 30 13:06:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=71f49c7d qt5-build.eclass: mirclient disappears in Qt 5.14 Signed-off-by: Michael Palimaka gentoo.org> eclass/qt5-build.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 613af912..877ceae7 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -623,7 +623,8 @@ qt5_base_configure() { $(tc-ld-is-gold && echo -use-gold-linker || echo -no-use-gold-linker) # disable all platform plugins by default, override in qtgui - -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-mirclient + -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)