Skip to content

mpv formula does not symlink .pc file to (brew --prefix)/lib/pkgconfig #3468

Discussion options

You must be logged in to vote

I have noticed that the mpv formula does not symlink its mpv.pc pkgconfig file to (brew --prefix)/lib/pkgconfig/ like many other formulas do.

This is not true.

❯ find /usr/local/lib/pkgconfig -name 'mpv*' -print
/usr/local/lib/pkgconfig/mpv.pc
❯ file /usr/local/lib/pkgconfig/mpv.pc
/usr/local/lib/pkgconfig/mpv.pc: symbolic link to ../../Cellar/mpv/0.34.1_1/lib/pkgconfig/mpv.pc

The issue is probably something on your system. Have you tried

brew link mpv

?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@guillaumekh
Comment options

Answer selected by guillaumekh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants