Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix paths in pkg-config files #55

Closed
31 tasks done
sharkwouter opened this issue Oct 20, 2022 · 4 comments
Closed
31 tasks done

Fix paths in pkg-config files #55

sharkwouter opened this issue Oct 20, 2022 · 4 comments
Assignees

Comments

@sharkwouter
Copy link
Member

sharkwouter commented Oct 20, 2022

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:

  • bzip2.pc
  • dumb.pc
  • expat.pc
  • freetype2.pc
  • jsoncpp.pc
  • libconfuse.pc
  • libcurl.pc
  • libjpeg.pc
  • libmikmod.pc
  • libpng16.pc
  • libpng.pc
  • libturbojpeg.pc
  • libxmp.pc
  • minizip.pc
  • ogg.pc
  • openal.pc
  • pixman-1.pc
  • SDL2_gfx.pc
  • SDL2_image.pc
  • SDL2_mixer.pc
  • sdl2.pc
  • SDL2_ttf.pc
  • SDL_gfx.pc
  • SDL_image.pc
  • SDL_mixer.pc
  • sdl.pc
  • SDL_ttf.pc
  • sqlite3.pc
  • vorbisenc.pc
  • vorbisfile.pc
  • vorbis.pc
@diamant3
Copy link
Member

Hello @sharkwouter, Can i help with this issue?

@sharkwouter
Copy link
Member Author

@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
Copy link
Member

Okay, thanks!

@sharkwouter
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants