mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/ams: Specify moc binary paths in econf call
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user