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 0489F1381F3 for ; Fri, 24 May 2013 21:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7391E096C; Fri, 24 May 2013 21:29:19 +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 78257E096C for ; Fri, 24 May 2013 21:29:19 +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 2407233E0D0 for ; Fri, 24 May 2013 21:29:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C0563E4404 for ; Fri, 24 May 2013 21:29:16 +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: <1369430938.c5c96f40523b03076c0725c657f483bcf8d800aa.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: c5c96f40523b03076c0725c657f483bcf8d800aa X-VCS-Branch: master Date: Fri, 24 May 2013 21:29:16 +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: 0d571d1f-c14d-4d05-ba44-33dc9ffcf25e X-Archives-Hash: 42a396d8a08c317602329cc476cdb604 commit: c5c96f40523b03076c0725c657f483bcf8d800aa Author: David Heidelberger ixit cz> AuthorDate: Fri May 24 21:28:58 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri May 24 21:28:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c5c96f40 dev-libs/weston: -9999 gles2 support depend on cairo[gles2] Package-Manager: portage-2.2.0_alpha177 --- dev-libs/weston/weston-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index cde62dd..b0971e7 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -48,6 +48,7 @@ RDEPEND=" >=x11-libs/libdrm-2.4.30 media-libs/mesa[gbm] ) egl? ( media-libs/mesa[egl] ) + gles2? ( x11-libs/cairo[gles2] ) rdp? ( >=net-misc/freerdp-1.1.0_beta1 ) x11? ( x11-libs/libxcb x11-libs/libX11 )"