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 864FB138335 for ; Tue, 12 Jun 2018 22:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 509F3E0827; Tue, 12 Jun 2018 22:55:35 +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 252C5E0827 for ; Tue, 12 Jun 2018 22:55:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 711C2335C51 for ; Tue, 12 Jun 2018 22:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D833B2C5 for ; Tue, 12 Jun 2018 22:55:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528843197.94738145c33fac1b4cceda19e0688ef7df11aba6.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94738145c33fac1b4cceda19e0688ef7df11aba6 X-VCS-Branch: master Date: Tue, 12 Jun 2018 22:55:30 +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: ea35c074-35d5-4d83-9e46-5a870f08d771 X-Archives-Hash: 3c5e486fc8bdb21cd5a5946b8ed005ff commit: 94738145c33fac1b4cceda19e0688ef7df11aba6 Author: Jimi Huotari gentoo org> AuthorDate: Sun May 27 14:33:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 12 22:39:57 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=94738145 dev-qt/qtwebengine: depend on 'media-libs/mesa[egl]' Without USE="egl", the configure phase ends with "khronos development headers appear to be missing (mesa/libegl1-mesa-dev) QtWebEngine will not be built.", and nothing will be compiled. Thanks-to: kermeat gmail.com> https://github.com/gentoo/gentoo/pull/7683 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild b/dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild index 82890439..df8f0ed1 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.11.0.ebuild @@ -37,7 +37,7 @@ RDEPEND=" media-libs/libpng:0= >=media-libs/libvpx-1.5:=[svc] media-libs/libwebp:= - media-libs/mesa + media-libs/mesa[egl] media-libs/opus net-libs/libsrtp:0= sys-apps/dbus