diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-12-18 01:30:04 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 21:19:52 +0100 |
commit | 0dd8087b25d430f41f3469e4db3e183e8fef9ebb (patch) | |
tree | a44dff64b69cf630cef3ba0c5f902829064ab502 /media-video | |
parent | media-video/mpv: update wayland deps in 9999. (diff) | |
download | gentoo-0dd8087b25d430f41f3469e4db3e183e8fef9ebb.tar.gz gentoo-0dd8087b25d430f41f3469e4db3e183e8fef9ebb.tar.bz2 gentoo-0dd8087b25d430f41f3469e4db3e183e8fef9ebb.zip |
media-video/mpv: do not disable vulkan bits in 9999.
Some people use it compiled locally.
I'll add the required packages to the tree on day, I promise.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index b44f08791d56..1543eb4db2e5 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -235,8 +235,6 @@ 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. |