commit: 83a99ea787de59bea342c09bddd43dcb674ec3d4
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Dec 17 22:15:57 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 20:19:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a99ea7
media-video/mpv: update wayland deps in 9999.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-video/mpv/mpv-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0388fd4c97c..b44f08791d5 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -98,6 +98,7 @@ COMMON_DEPEND="
wayland? (
>=dev-libs/wayland-1.6.0
>=x11-libs/libxkbcommon-0.3.0
+ dev-libs/wayland-protocols
)
X? (
x11-libs/libX11
@@ -212,6 +213,8 @@ src_configure() {
$(use_enable aqua cocoa)
$(use_enable drm)
$(use_enable gbm)
+ $(use_enable wayland wayland-scanner)
+ $(use_enable wayland wayland-protocols)
$(use_enable wayland)
$(use_enable X x11)
$(use_enable xv)