aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-03 12:05:43 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-03 14:03:28 +0100
commitdbc500ae9f715b57deef27046c37bd2655f482e2 (patch)
treee325752de067ffdf26d2b3d4cb9c576639894fae /meson.build
parentd6ac386dbd90636e565443ca26e66406cac3c17d (diff)
downloadfiv-dbc500ae9f715b57deef27046c37bd2655f482e2.tar.gz
fiv-dbc500ae9f715b57deef27046c37bd2655f482e2.tar.xz
fiv-dbc500ae9f715b57deef27046c37bd2655f482e2.zip
Improve thumbnail scaling and alignment
Stretch thumbnails by up to half a pixel so that they align nicely. Make use of pixman's sRGB mode.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ec0741a..12d79ee 100644
--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
dependency('libpng', version : '>=1.5.4'),
+ dependency('pixman-1'),
libraw,
meson.get_compiler('c').find_library('m', required : false),
]