aboutsummaryrefslogtreecommitdiff
path: root/thumbnail/configure
Commit message (Collapse)AuthorAgeFilesLines
* Replace thumbnail Makefile with configure scriptXavier Del Campo Romero2026-02-131-0/+144
The thumbnail subproject has dependencies against dynstr and ImageMagick6, which might or might not be available on the system, or might have been installed to non-standard paths. Therefore, it is more robust to rely on a configure script that checks whether the packages are available and how to deal with CFLAGS/LDFLAGS.