pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
23 stars 13 forks source link

Fix paths in pkg-config files #55

Closed sharkwouter closed 1 year ago

sharkwouter commented 1 year ago

Currently most pc files either have /psp set as prefix (which is broken) or /__w/psp-packages/psp-packages/bzip2/pkg/bzip2/psp (works, but not pretty). This should be fixed. Currently only SDL2_mixer.pc has this set correctly. Here is a list of the pc files which require updates:

diamant3 commented 1 year ago

Hello @sharkwouter, Can i help with this issue?

sharkwouter commented 1 year ago

@diamant3 sure, that would be appreciated. If you want to know how to do this, take a look at the prepare step in the PSPBUILD of SDL2.

diamant3 commented 1 year ago

Okay, thanks!

sharkwouter commented 1 year ago

Thanks @diamant3 for all the work on this one! It has been completely resolved now!