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 55DDE1381F3 for ; Sat, 27 Apr 2013 19:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30662E092F; Sat, 27 Apr 2013 19:56:57 +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 B9673E092F for ; Sat, 27 Apr 2013 19:56:56 +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 8657333DDD8 for ; Sat, 27 Apr 2013 19:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17A5EE408C for ; Sat, 27 Apr 2013 19:56:54 +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: <1367092585.e3e7eca8d4428a9db42bcc36fa9584fa2fbaca78.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: e3e7eca8d4428a9db42bcc36fa9584fa2fbaca78 X-VCS-Branch: master Date: Sat, 27 Apr 2013 19:56:54 +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: 8c4edc6d-bf3f-4301-915c-4e1dfa2df17e X-Archives-Hash: c54ae212c3eb9d02d66d65487680fb49 commit: e3e7eca8d4428a9db42bcc36fa9584fa2fbaca78 Author: David Heidelberger ixit cz> AuthorDate: Sat Apr 27 19:56:25 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Sat Apr 27 19:56:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e3e7eca8 media-libs/mesa: wayland requires egl use flag --- media-libs/mesa/mesa-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0145944..4c015b4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -59,6 +59,7 @@ REQUIRED_USE=" gles1? ( egl ) gles2? ( egl ) r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) ) + wayland? ( egl ) xa? ( gallium ) xorg? ( gallium ) video_cards_intel? ( || ( classic gallium ) )