meson.build: update comments

This commit is contained in:
Přemysl Eric Janouch 2023-09-07 05:35:31 +02:00
parent 93ad75eb35
commit e79574fd56
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 2 deletions

View File

@ -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(