summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-11-01 23:28:32 +0300
committerMichael Palimaka <kensington@gentoo.org>2017-11-04 18:30:51 +1100
commit3b67b8897d76031905fdfadd9a7296bf9ed11e68 (patch)
tree398c407ce0e569e2945345528d89d8b3f339c1ef /media-video/mpv/mpv-9999.ebuild
parentmedia-video/mpv: build 9999 using system ffmpeg (diff)
downloadgentoo-3b67b8897d76031905fdfadd9a7296bf9ed11e68.tar.gz
gentoo-3b67b8897d76031905fdfadd9a7296bf9ed11e68.tar.bz2
gentoo-3b67b8897d76031905fdfadd9a7296bf9ed11e68.zip
media-video/mpv: disable vulkan in 9999 for now
Requires packaging stuff and testing. Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index aa6e329b6a7e..04475a701ed4 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.