summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 21:32:29 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:19 +0300
commit88caaa5bdafa124c15657578fe79477e112b3fb4 (patch)
tree9be24264dc55cfccd7a69aa3303dd811d4d7550a /media-video/mpv
parentmedia-video/mpv: explicitly enable audio input in Video4Linux streams (diff)
downloadgentoo-88caaa5bdafa124c15657578fe79477e112b3fb4.tar.gz
gentoo-88caaa5bdafa124c15657578fe79477e112b3fb4.tar.bz2
gentoo-88caaa5bdafa124c15657578fe79477e112b3fb4.zip
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 91a70b286346..2a7055630c0f 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')