diff options
author | Mihai Moldovan <ionic@ionic.de> | 2019-05-08 14:28:41 +0200 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-09 12:19:34 -0700 |
commit | 347fda76af2ebd2dde93e0b87690240ada05e8f1 (patch) | |
tree | 7703dffc0322761ab276465b4c35808549d3d8cd /media-video/mpv/mpv-9999.ebuild | |
parent | media-libs/libplacebo: sync live ebuild (diff) | |
download | gentoo-347fda76af2ebd2dde93e0b87690240ada05e8f1.tar.gz gentoo-347fda76af2ebd2dde93e0b87690240ada05e8f1.tar.bz2 gentoo-347fda76af2ebd2dde93e0b87690240ada05e8f1.zip |
media-video/mpv: fix vulkan USE flag in version 9999.
Now requires a (newer) version of media-libs/libplacebo as well.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Mihai Moldovan <ionic@ionic.de>
Closes: https://github.com/gentoo/gentoo/pull/11939
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e53775313a0a..48ba9636d056 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -99,6 +99,7 @@ COMMON_DEPEND=" vulkan? ( media-libs/shaderc media-libs/vulkan-loader[X?,wayland?] + >=media-libs/libplacebo-1.18.0[vulkan] ) wayland? ( >=dev-libs/wayland-1.6.0 |