diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-09-07 05:35:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-09-07 05:35:50 +0200 |
commit | e79574fd56a2401d5a05eb9ab0d8573c7f228fb8 (patch) | |
tree | 24549e88ffdbb3b45fc3e1ed9d7dbb3d24f403f8 | |
parent | 93ad75eb3555361fd1ceec4004da2c1cf6fe605c (diff) | |
download | fiv-e79574fd56a2401d5a05eb9ab0d8573c7f228fb8.tar.gz fiv-e79574fd56a2401d5a05eb9ab0d8573c7f228fb8.tar.xz fiv-e79574fd56a2401d5a05eb9ab0d8573c7f228fb8.zip |
meson.build: update comments
-rw-r--r-- | meson.build | 4 |
1 files 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( |