mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
76 stars 193 forks source link

libpng: fix build for ppc64le #1538

Closed classilla closed 4 months ago

classilla commented 4 months ago

The current meson.build for libpng FTBFS on VSX-capable Power ISA systems because it does not include the VSX source files or set the proper compile flags. This fixes it for little-endian, where all little-endian 64-bit Power ISA systems are reliably known to have VSX support (big-endian would require separate changes that are not currently possible with what host_machine reports).

neheb commented 4 months ago

releases.json needs bumping.

classilla commented 4 months ago

Sorry about that, bumped.

jpakkane commented 4 months ago

In the future please keep commits squashed to a single one.

classilla commented 4 months ago

Thank you, will do.