Add internal support for image scaling

This commit is contained in:
2021-09-17 20:40:11 +02:00
parent be6f3dfe99
commit aae6fd4d8b
2 changed files with 31 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
libraw,
meson.get_compiler('c').find_library('m', required : false),
]
conf = configuration_data()