aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2021-07-09Fix missing m dependency for imv-msgHarry Jeffery
Fixes #328
2021-07-08Add a contrib-commands optionsomini
This includes the commands available in contrib/. It's enabled by default. I moved the manpage and desktop file to their regular locations to avoid complicating the meson file too much. They won't be installed when you disable the contrib commands.
2021-07-08Include support for imv-foldersomini
This is a wrapper to open all images in a folder. Includes: - Script itself - Man page - Desktop file - Necessary Makefile changes Fix #223
2021-04-14Fallback to 'opengl' when dependency('gl') failsHaelwenn (lanodan) Monnier
This allows for imv to work on a system where libX11 is fully removed
2020-12-17Release v4.2.0Harry Jeffery
2020-12-02Use system inih if availableStephan Lachnit
* inih is now widely available as a system library * if not, a fallback from Wrap DB can be used Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-11-16Make tests and man pages optionalSimon Ser
Allows to build imv without these extra features.
2020-06-12Fix double-quoted version when building without gitAleksei Bavshin
Use pkg-config for libtiff dependency Fixes #228
2020-05-21Add HEIF supportCarlo Abelli
Support the HEIF format using libheif.
2020-02-08add meson build systemEric Engestrom