Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294733
Collapse All | Expand All

(-)/var/portage/x11-libs/libvdpau/libvdpau-0.3-r1.ebuild (-1 / +3 lines)
Lines 33-39 Link Here
33
			dev-tex/pdftex )"
33
			dev-tex/pdftex )"
34
34
35
src_configure() {
35
src_configure() {
36
	econf --with-module-dir="/usr/$(get_libdir)"
36
	econf	--with-module-dir="/usr/$(get_libdir)" \
37
		$(use_enable doc documentation) \
38
		--docdir="/usr/share/doc/${PF}"
37
}
39
}
38
40
39
src_install() {
41
src_install() {

Return to bug 294733