diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 21:31:13 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-28 02:20:23 +0100 | 
| commit | 666bfc0759b5be23980fb94f32809a1d26bde565 (patch) | |
| tree | 0a5fbc183e1338822836c43b86e662e497672202 /meson_options.txt | |
| parent | f1742ec7da04971c19790565aa633e0fd9c1b45f (diff) | |
| download | fiv-666bfc0759b5be23980fb94f32809a1d26bde565.tar.gz fiv-666bfc0759b5be23980fb94f32809a1d26bde565.tar.xz fiv-666bfc0759b5be23980fb94f32809a1d26bde565.zip  | |
Support using libtiff directly
Multiple directories are read as multiple pages.
The error handling is mildly questionable, as is libtiff.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index b97f848..468aea8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,5 +4,7 @@ option('librsvg', type : 'feature', value : 'auto',  	description : 'Build with SVG support, requires librsvg')  option('xcursor', type : 'feature', value : 'auto',  	description : 'Build with Xcursor support, requires libXcursor') +option('libtiff', type : 'feature', value : 'auto', +	description : 'Build with TIFF support, requires libtiff')  option('gdk-pixbuf', type : 'feature', value : 'auto',  	description : 'Build with a fallback to the gdk-pixbuf library')  | 
