Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson/nanosvg: add support for linking against system's nanosvg | Daniel Eklöf | 2024-07-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | Nanosvg upstream is header only, and does not support/provide a library, neither shared nor static. However, most distributions still provide a nanosvg package with either a static library, or shared. Arch does the latter. So, let's support building against a system provided nanosvg library. The default is still to use bundled version, but this can be changed with -Dsystem-nanosvg=enabled when configuring the build tree. | ||||
* | jxl: add initial support for JPEG XL using libjxl | Leonardo Hernández Hernández | 2024-06-12 | 1 | -0/+1 |
| | |||||
* | svg: initial support for SVG images, using nanosvg | Leonardo Hernández Hernández | 2023-12-15 | 1 | -0/+1 |
| | |||||
* | webp: intial support for WebP images, using libwebp | Leonardo Hernández Hernández | 2022-10-04 | 1 | -0/+1 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 1 | -0/+2 |