summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-07-31 14:34:34 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-08-07 22:36:56 +0200
commitcf530ed1f73491fd7d998194a80842b831178b69 (patch)
treed211c899c3144099da7ba742f1742ecc84beceb0 /media-video/mpv/mpv-9999.ebuild
parentmedia-video/mpv: tell users about all default volume keybindings in 9999 (diff)
downloadgentoo-cf530ed1f73491fd7d998194a80842b831178b69.tar.gz
gentoo-cf530ed1f73491fd7d998194a80842b831178b69.tar.bz2
gentoo-cf530ed1f73491fd7d998194a80842b831178b69.zip
media-video/mpv: always install HTML doc in 9999 wrt bug 589702
Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c8a370349b56..ec70e29fd5cb 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -144,6 +144,7 @@ src_configure() {
local mywafargs=(
--confdir="${EPREFIX}/etc/${PN}"
--docdir="${EPREFIX}/usr/share/doc/${PF}"
+ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
$(usex cli '' '--disable-cplayer')
$(use_enable libmpv libmpv-shared)
@@ -153,8 +154,8 @@ src_configure() {
--disable-static-build
--disable-optimize # Don't add '-O2' to CFLAGS.
--disable-debug-build # Don't add '-g' to CFLAGS.
+ --enable-html-build
- $(use_enable doc html-build)
$(use_enable doc pdf-build)
$(use_enable vf-dlopen vf-dlopen-filters)
$(use_enable zsh-completion zsh-comp)