summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 19:31:44 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:06 +0300
commit279fbf68602047900382db6ac117ff6ae928bb8d (patch)
tree91dad692bf17530ec0db0f48fe4a3cfe4e680a05
parentmedia-video/mpv: introduce missing archive USE (diff)
downloadgentoo-279fbf68602047900382db6ac117ff6ae928bb8d.tar.gz
gentoo-279fbf68602047900382db6ac117ff6ae928bb8d.tar.bz2
gentoo-279fbf68602047900382db6ac117ff6ae928bb8d.zip
media-video/mpv: add missing libXdamage dep for OpenGL on X (GLX)
Package-Manager: portage-2.2.24
-rw-r--r--media-video/mpv/mpv-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0befda3c27fc..a803ff5d5335 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -94,6 +94,7 @@ COMMON_DEPEND="
x11-libs/libXext
>=x11-libs/libXrandr-1.2.0
opengl? (
+ x11-libs/libXdamage
virtual/opengl
egl? ( media-libs/mesa[egl] )
)