aboutsummaryrefslogtreecommitdiff
path: root/libs/libpng/patches/200-ccache.patch
Commit message (Collapse)AuthorAge
* libpng: update to 1.6.42krant2024-02-21
| | | | | | | | - Don't set default and rename renamed CMake options - Enable NEON optimizations - Rebase the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libpng: disable building of executablesRosen Penev2020-12-13
| | | | | | | | | | They are not packaged here. Upstream backport. Speeds up compilation and avoids a zlib hack. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpng: fix compilation with ccacheRosen Penev2020-07-05
It seems an extra CMake variable is needed for one of the scripts. Signed-off-by: Rosen Penev <rosenp@gmail.com>