media-video/mpv: disable vulkan in 9999 for now
authorIlya Tumaykin <itumaykin@gmail.com>
Wed, 1 Nov 2017 20:28:32 +0000 (23:28 +0300)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 4 Nov 2017 07:30:51 +0000 (18:30 +1100)
Requires packaging stuff and testing.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

media-video/mpv/mpv-9999.ebuild

index aa6e329b6a7e91afc407e3f482b3bcf301ca1772..04475a701ed44335902d5b1c85ba9920b9c25b04 100644 (file)
@@ -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.