diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-04-27 22:57:37 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-04 18:27:35 +0200 |
commit | 85964ce4f83434c6a6422878947732c0a11c29a0 (patch) | |
tree | f41ddc8a8ed64b55508533b16d0853ee9dc94f9c /media-video/mpv | |
parent | media-video/mpv: cleanup configure options in 9999 (diff) | |
download | gentoo-85964ce4f83434c6a6422878947732c0a11c29a0.tar.gz gentoo-85964ce4f83434c6a6422878947732c0a11c29a0.tar.bz2 gentoo-85964ce4f83434c6a6422878947732c0a11c29a0.zip |
media-video/mpv: adjust libsdl2 dependency in 9999
Having X or wayland USE requirements for libsdl2 is pointless.
If you can enable X or wayland USE for mpv, you don't need sdl.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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 8c48163f3a77..5ef999168799 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -95,7 +95,7 @@ COMMON_DEPEND=" ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) - sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) + sdl? ( media-libs/libsdl2[sound,threads,video] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) |