From e79574fd56a2401d5a05eb9ab0d8573c7f228fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 7 Sep 2023 05:35:31 +0200 Subject: meson.build: update comments --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4f8b4ae..10e12d7 100644 --- a/meson.build +++ b/meson.build @@ -186,8 +186,8 @@ jpegcrop = executable('fiv-jpegcrop', 'fiv-jpegcrop.c', rc, config, ) if get_option('tools').enabled() - # libjq 1.6 lacks a pkg-config file, and there is no release in sight. - # libjq 1.6 is required. + # libjq has only received a pkg-config file in version 1.7. + # libjq >= 1.6 is required. tools_dependencies = [ cc.find_library('jq'), dependency('libpng'), dependency('libraw')] tools_c_args = cc.get_supported_arguments( -- cgit v1.2.3