media-sound/ams: Specify moc binary paths in econf call

Package-Manager: portage-2.3.2
This commit is contained in:
David Seifert
2016-11-26 15:38:20 +01:00
parent 099031d18c
commit 64b0112f8d

View File

@@ -43,5 +43,7 @@ src_configure() {
econf \
--disable-nsm \
--enable-qt5 \
MOC="$(qt5_get_bindir)/moc"
MOC="$(qt5_get_bindir)/moc" \
LUPDATE="$(qt5_get_bindir)/lupdate" \
LRELEASE="$(qt5_get_bindir)/lrelease"
}