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 965011384B4 for ; Mon, 28 Dec 2015 14:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1087621C008; Mon, 28 Dec 2015 14:07:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC72B21C004 for ; Mon, 28 Dec 2015 14:07:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B423633D3CD for ; Mon, 28 Dec 2015 14:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D5B6CFD for ; Mon, 28 Dec 2015 13:27:47 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306839.88caaa5bdafa124c15657578fe79477e112b3fb4.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 88caaa5bdafa124c15657578fe79477e112b3fb4 X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:47 +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: 699272a4-ed1e-4236-bd5e-cd07fd063498 X-Archives-Hash: 0079063de047f5b0d6cffeaf8dcd99ea commit: 88caaa5bdafa124c15657578fe79477e112b3fb4 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 18:32:29 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 28 12:47:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88caaa5b media-video/mpv: wayland supports rendering via EGL only This is stated in Wayland docs and mpv configure script. Package-Manager: portage-2.2.24 media-video/mpv/mpv-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 91a70b2..2a70556 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE=" v4l? ( || ( alsa oss ) ) vaapi? ( X ) vdpau? ( X ) - wayland? ( opengl ) + wayland? ( egl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) @@ -221,7 +221,7 @@ src_configure() { $(use_enable X xrandr) $(usex X "$(use_enable opengl gl-x11)" '--disable-gl-x11') $(use_enable egl egl-x11) - $(usex wayland "$(use_enable opengl gl-wayland)" '--disable-gl-wayland') + $(use_enable wayland gl-wayland) $(use_enable opengl gl) $(use_enable vdpau) $(usex vdpau "$(use_enable opengl vdpau-gl-x11)" '--disable-vdpau-gl-x11')