summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-12-18 01:15:57 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-12-21 21:19:51 +0100
commit83a99ea787de59bea342c09bddd43dcb674ec3d4 (patch)
tree14d26b3c350b364db0252bb863ae00e59a730dad /media-video/mpv
parentmedia-video/mpv: drop obsolete configure option in 9999. (diff)
downloadgentoo-83a99ea787de59bea342c09bddd43dcb674ec3d4.tar.gz
gentoo-83a99ea787de59bea342c09bddd43dcb674ec3d4.tar.bz2
gentoo-83a99ea787de59bea342c09bddd43dcb674ec3d4.zip
media-video/mpv: update wayland deps in 9999.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0388fd4c97cb..b44f08791d56 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)