diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-05 23:21:40 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-07 16:48:15 +0200 |
commit | 53fde2434035821c2ebdf032e4761b1e36de4021 (patch) | |
tree | 5d85d7ddf187c2032e5dd9bc0f670ec8938a71e8 /media-video/mpv/mpv-9999.ebuild | |
parent | media-video/mpv: sort IUSE alphabetically (diff) | |
download | gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.tar.gz gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.tar.bz2 gentoo-53fde2434035821c2ebdf032e4761b1e36de4021.zip |
media-video/mpv: require opengl or egl for tests
Testsuite won't build otherwise.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
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 8179cd151632..0ae05814c638 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE=" gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) + test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) |