commit: 3b67b8897d76031905fdfadd9a7296bf9ed11e68
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Nov 1 20:28:32 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 07:30:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b67b889
media-video/mpv: disable vulkan in 9999 for now
Requires packaging stuff and testing.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-video/mpv/mpv-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index aa6e329b6a7..04475a701ed 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -233,6 +233,8 @@ src_configure() {
$(usex libmpv "$(use_enable opengl plain-gl)"
'--disable-plain-gl')
--disable-mali-fbdev # Only available in overlays.
$(usex opengl '' '--disable-gl')
+ --disable-vulkan # Requires glslang and
spirv-tools packaged.
+ --disable-shaderc # Only available in overlays.
# HWaccels:
# Automagic Video Toolbox HW acceleration. See Gentoo bug
577332.