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 0E517138247 for ; Fri, 8 Nov 2013 23:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C911E0AA1; Fri, 8 Nov 2013 23:43:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 944B8E0AA1 for ; Fri, 8 Nov 2013 23:43:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC4533F17E for ; Fri, 8 Nov 2013 23:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8C477E545C for ; Fri, 8 Nov 2013 23:43:34 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1383954179.7df63c406594b45a089c413d05b2b79565cb3d8d.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 7df63c406594b45a089c413d05b2b79565cb3d8d X-VCS-Branch: master Date: Fri, 8 Nov 2013 23:43:34 +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: f17282ca-d5fd-4466-84f3-57a3eca0ee0d X-Archives-Hash: 4804ffb0cb721bf9d2dd2681f19d4fb8 commit: 7df63c406594b45a089c413d05b2b79565cb3d8d Author: David Heidelberger ixit cz> AuthorDate: Fri Nov 8 23:42:59 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri Nov 8 23:42:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7df63c40 media-libs/mesa: avoid broken gallium-egl as much is possible --- media-libs/mesa/mesa-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index b337511..b57c52d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -224,16 +224,14 @@ multilib_src_configure() { fi if use egl; then - myconf+=" - --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") - $(use_enable gallium gallium-egl) - " + myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" fi if use gallium; then myconf+=" $(use_enable llvm gallium-llvm) $(use_enable openvg) + $(use_enable openvg gallium-egl) $(use_enable r600-llvm-compiler) $(use_enable vdpau) $(use_enable xvmc)