diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-15 14:16:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-15 14:25:03 +0200 |
commit | 96cb5bcb19e19e1d2821a5385a84c0a0758bf4de (patch) | |
tree | f0b0da00301abf53a1149fff4643516e478aaed1 /media-video | |
parent | media-video/vlc: Raise USE wayland min dep to dev-libs/wayland-1.15 (diff) | |
download | gentoo-96cb5bcb19e19e1d2821a5385a84c0a0758bf4de.tar.gz gentoo-96cb5bcb19e19e1d2821a5385a84c0a0758bf4de.tar.bz2 gentoo-96cb5bcb19e19e1d2821a5385a84c0a0758bf4de.zip |
media-video/vlc: Fix USE=wayland dependencies
Closes: https://bugs.gentoo.org/663626
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/vlc-3.0.3-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/vlc/vlc-3.0.3-r1.ebuild b/media-video/vlc/vlc-3.0.3-r1.ebuild index f446a7144305..e4bb6818653a 100644 --- a/media-video/vlc/vlc-3.0.3-r1.ebuild +++ b/media-video/vlc/vlc-3.0.3-r1.ebuild @@ -201,7 +201,13 @@ RDEPEND=" vorbis? ( media-libs/libvorbis:0 ) vpx? ( media-libs/libvpx:0= ) wayland? ( - dev-libs/wayland + || ( + >=dev-libs/wayland-1.15 + ( + <dev-libs/wayland-1.15 + <media-libs/mesa-18.1.1-r1[egl] + ) + ) dev-libs/wayland-protocols ) X? ( |