mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 22:18:21 +03:00
configure: Mention that people may need to install afdko using pip.
This commit is contained in:
parent
d1c4de3d29
commit
158e04cb05
@ -53,7 +53,8 @@ dependency_afdko() {
|
|||||||
AFDKO_VERB=afdko
|
AFDKO_VERB=afdko
|
||||||
else
|
else
|
||||||
err "Couldn't find 'afdko'. Install it and make sure that 'makeotf' is in your PATH or 'afdko makeotf' works."
|
err "Couldn't find 'afdko'. Install it and make sure that 'makeotf' is in your PATH or 'afdko makeotf' works."
|
||||||
MISSING_DEPENDENCIES=1
|
err "Some distributions don't package afdko correctly, you may need to 'pip install afdko'."
|
||||||
|
MISSING_DEPENDENCIES=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user