Dependencies used in myMPD #1042
-
Hi, While building myMPD, I've noticed the following lines:
Even with
|
Beta Was this translation helpful? Give feedback.
Answered by
jcorporation
Jun 8, 2023
Replies: 1 comment
-
PkgConfig is used to find some libraries. This process falls back to traditional methods if PkgConfig is not found, it is not a hard dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
comburent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PkgConfig is used to find some libraries. This process falls back to traditional methods if PkgConfig is not found, it is not a hard dependency.