Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: stop using deprecated functions, require meson >= 0.58 | Daniel Eklöf | 2022-02-27 | 1 | -4/+4 |
| | | | | | * get_pkgconfig_variable() -> get_variable() * meson.build_root() -> meson.global_build_root() | ||||
* | meson: generate-version: use CURRENT_SOURCE_DIR instead of SOURCE_ROOT | Daniel Eklöf | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | meson: run generate_version.sh in a C locale | Daniel Eklöf | 2021-08-25 | 1 | -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öf | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | meson/pkgbuild: bump version to 1.0.1 | Daniel Eklöf | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | meson/pkgbuild: bump version to 1.0.0 | Daniel Eklöf | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 1 | -4/+30 |
| | |||||
* | jpeg: initial support for JPEG images, using libjpeg | Daniel Eklöf | 2020-09-20 | 1 | -1/+3 |
| | |||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 1 | -0/+98 |
Can display a single PNG image scaled-to-fit on all outputs. |