aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-17 20:40:11 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-09-17 20:40:11 +0200
commitaae6fd4d8baead50ef95793ba0b9b3433846a609 (patch)
treecde19c48dcc373d9edc09e01a225b5f5749e8463 /meson.build
parentbe6f3dfe991ed6f8d4868a215415dd9ecb6a0c5c (diff)
downloadfiv-aae6fd4d8baead50ef95793ba0b9b3433846a609.tar.gz
fiv-aae6fd4d8baead50ef95793ba0b9b3433846a609.tar.xz
fiv-aae6fd4d8baead50ef95793ba0b9b3433846a609.zip
Add internal support for image scaling
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 2a13822..8c97696 100644
--- a/meson.build
+++ b/meson.build
@@ -6,6 +6,7 @@ dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
libraw,
+ meson.get_compiler('c').find_library('m', required : false),
]
conf = configuration_data()