Changes between Initial Version and Version 1 of Ticket #28906
- Timestamp:
- 12/23/19 04:40:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28906
-
Property
Summary
changed from
generate zlib.pc if needed, or avoid using it.
togenerate libpng.pc, gdlib.pc, zlib.pc if needed
-
Property
Summary
changed from
-
Ticket #28906 – Description
initial v1 1 some perfectly fine implementations of zlib don't install zlib.pc (e.g. MacOS does not). 1 `libpng.pc, gdlib.pc, zlib.pc` 2 are needed in the calls of `pkgconfig.parse` in `src/module_list.py` 3 4 5 some perfectly fine implementations of `zlib` etc. don't install `zlib.pc` etc. (e.g. MacOS does not). 2 6 3 7 Since #26286 this problem was sleeping, until we updated `pkgconfig` on #28883, which made it throw an error on absense of `zlib.pc`. 4 8 9 10