Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655304 | Differences between
and this patch

Collapse All | Expand All

(-)/mnt/overlay/gentoo/eclass/meson.eclass (-1 / +3 lines)
Lines 73-78 Link Here
73
fi
73
fi
74
__MESON_AUTO_DEPEND=${MESON_AUTO_DEPEND} # See top of eclass
74
__MESON_AUTO_DEPEND=${MESON_AUTO_DEPEND} # See top of eclass
75
75
76
IUSE="debug"
77
76
# @ECLASS-VARIABLE: BUILD_DIR
78
# @ECLASS-VARIABLE: BUILD_DIR
77
# @DEFAULT_UNSET
79
# @DEFAULT_UNSET
78
# @DESCRIPTION:
80
# @DESCRIPTION:
Lines 210-216 Link Here
210
212
211
	# Common args
213
	# Common args
212
	local mesonargs=(
214
	local mesonargs=(
213
		--buildtype plain
215
		--buildtype "$(usex debug debug plain)"
214
		--libdir "$(get_libdir)"
216
		--libdir "$(get_libdir)"
215
		--localstatedir "${EPREFIX}/var/lib"
217
		--localstatedir "${EPREFIX}/var/lib"
216
		--prefix "${EPREFIX}/usr"
218
		--prefix "${EPREFIX}/usr"

Return to bug 655304