diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-05 23:41:19 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-07 16:48:26 +0200 |
commit | 9c5e578224739c4546f237b5f972a20388226276 (patch) | |
tree | f9d24097888d6f36e8b4a8abfc959ee07d8f6850 /media-video | |
parent | media-video/mpv: restore required SLOT=0 on ffmpeg/libav (diff) | |
download | gentoo-9c5e578224739c4546f237b5f972a20388226276.tar.gz gentoo-9c5e578224739c4546f237b5f972a20388226276.tar.bz2 gentoo-9c5e578224739c4546f237b5f972a20388226276.zip |
media-video/mpv: disable all opengl bits with USE=-opengl in 9999
This doesn't change generated code with any USE combo,
but makes configure output cleaner with USE=-opengl.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
Diffstat (limited to 'media-video')
-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 2e79970c5506..0a014a212efe 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -232,6 +232,7 @@ src_configure() { $(use_enable jpeg) --disable-android $(use_enable raspberry-pi rpi) + $(usex opengl "$(use_enable !aqua standard-gl)" '--disable-standard-gl') --disable-ios-gl $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') --disable-mali-fbdev # Only available in overlays. |