aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* wbg: use getopt() for option parsing, add help and version optionsDaniel Eklöf2024-08-021-0/+1
|
* meson: fix summary when svg support is disabledSertonix2024-07-281-1/+1
|
* meson/nanosvg: add support for linking against system's nanosvgDaniel Eklöf2024-07-181-7/+18
| | | | | | | | | | | | | | | | | 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 libjxlLeonardo Hernández Hernández2024-06-121-2/+16
|
* meson/pkgbuild: bump version to 1.2.0Daniel Eklöf2024-04-171-1/+1
|
* svg: initial support for SVG images, using nanosvgLeonardo Hernández Hernández2023-12-151-2/+17
|
* meson/pkgbuild: bump version to 1.1.0Daniel Eklöf2022-10-241-1/+1
|
* webp: intial support for WebP images, using libwebpLeonardo Hernández Hernández2022-10-041-2/+10
|
* meson: stop using deprecated functions, require meson >= 0.58Daniel Eklöf2022-02-271-4/+4
| | | | | * get_pkgconfig_variable() -> get_variable() * meson.build_root() -> meson.global_build_root()
* meson: generate-version: use CURRENT_SOURCE_DIR instead of SOURCE_ROOTDaniel Eklöf2021-12-211-1/+1
|
* meson: run generate_version.sh in a C localeDaniel Eklöf2021-08-251-1/+2
| | | | | | | | Previously, only the date command inside the script was run with LC_TIME=C. But there’s no reason to be that conservative; we absolutely do not want _anything_ in that script to generate locale dependent output.
* meson: version.sh: SOURCE_DIR is not valid in custom_targets()Daniel Eklöf2021-05-041-1/+1
|
* meson/pkgbuild: bump version to 1.0.1Daniel Eklöf2020-11-171-1/+1
|
* meson/pkgbuild: bump version to 1.0.0Daniel Eklöf2020-11-131-1/+1
|
* make both libpng and libjpeg optionalDaniel Eklöf2020-09-201-4/+30
|
* jpeg: initial support for JPEG images, using libjpegDaniel Eklöf2020-09-201-1/+3
|
* Initial commitDaniel Eklöf2020-08-011-0/+98
Can display a single PNG image scaled-to-fit on all outputs.