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 D14F7138334 for ; Thu, 30 Aug 2018 17:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C471EE07D1; Thu, 30 Aug 2018 17:50:18 +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 9CA42E07D1 for ; Thu, 30 Aug 2018 17:50:18 +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 F0958335CE6 for ; Thu, 30 Aug 2018 17:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FDF83A7 for ; Thu, 30 Aug 2018 17:50:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1535651380.462b00b1b5a789c26f48530ef3302c7e97fa4b94.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 462b00b1b5a789c26f48530ef3302c7e97fa4b94 X-VCS-Branch: master Date: Thu, 30 Aug 2018 17:50:03 +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: 1cfd46e2-9a45-4b73-9f73-4ecac6513f5b X-Archives-Hash: 0ba5e4bf923b3f6296f3db410f9387a5 commit: 462b00b1b5a789c26f48530ef3302c7e97fa4b94 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 30 17:39:23 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 30 17:49:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462b00b1 media-libs/mesa: Unconditionally pass -Dplatforms=... Closes: https://bugs.gentoo.org/663642 media-libs/mesa/mesa-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dd53f7a46a2..5d17a42ba2b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -348,9 +348,7 @@ multilib_src_configure() { fi fi - if use egl; then - emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) - fi + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) if use gallium; then emesonargs+=(