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 DB751139695 for ; Sun, 18 Jun 2017 16:38:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3FE6254010; Sun, 18 Jun 2017 16:38:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DA83254010 for ; Sun, 18 Jun 2017 16:38:45 +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 385D53419CC for ; Sun, 18 Jun 2017 16:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A08F67477 for ; Sun, 18 Jun 2017 16:38:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497803918.e8cd8f4989a4451b0394c77673450819d67a11b3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-17.1.2.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e8cd8f4989a4451b0394c77673450819d67a11b3 X-VCS-Branch: master Date: Sun, 18 Jun 2017 16:38:42 +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: a3a47d8b-7abd-4203-bbeb-1da5ef5688f8 X-Archives-Hash: 03a5065e92928e7ddc0cb2d5b4db4fb9 commit: e8cd8f4989a4451b0394c77673450819d67a11b3 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 18 16:37:13 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 18 16:38:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cd8f49 media-libs/mesa: Enable surfaceless EGL platform. Useful for offscreen testing of EGL programs. Acked by Matt on IRC. Bug #616664. Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/mesa/mesa-17.1.2.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild index ef15690a372..9d70870c262 100644 --- a/media-libs/mesa/mesa-17.1.2.ebuild +++ b/media-libs/mesa/mesa-17.1.2.ebuild @@ -231,7 +231,7 @@ multilib_src_configure() { fi if use egl; then - myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" + myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" fi if use gallium; then diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ef15690a372..9d70870c262 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -231,7 +231,7 @@ multilib_src_configure() { fi if use egl; then - myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" + myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" fi if use gallium; then