diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-02-02 17:48:31 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-04 22:24:45 +0100 |
commit | 491d799f44e92840b02856ff413728e1f8b56751 (patch) | |
tree | f877d7fd48cde8602ae1a7a4d0426dd0f7c957c7 /media-video/mpv | |
parent | x11-misc/qt5ct: remove old (diff) | |
download | gentoo-491d799f44e92840b02856ff413728e1f8b56751.tar.gz gentoo-491d799f44e92840b02856ff413728e1f8b56751.tar.bz2 gentoo-491d799f44e92840b02856ff413728e1f8b56751.zip |
media-video/mpv: require GL with cuda USE in 9999
Upstream-commit: https://github.com/mpv-player/mpv/commit/dccb752b5ff5beadc750a83fe58ce6ea6d49b373
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 7d21765d19a7..71a627a6f6c9 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -38,7 +38,7 @@ IUSE+=" cpu_flags_x86_sse4_1" REQUIRED_USE=" || ( cli libmpv ) aqua? ( opengl ) - cuda? ( !libav ) + cuda? ( !libav || ( opengl egl ) ) egl? ( || ( gbm X wayland ) ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) |