We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98366f commit 21cdf22Copy full SHA for 21cdf22
configure.ac
@@ -836,9 +836,9 @@ AS_IF([test x"$with_libjxl" = x"module"],
836
[with_libjxl_module=no])
837
838
if test x"$with_libjxl" != x"no"; then
839
- PKG_CHECK_MODULES(LIBJXL, libjxl_threads >= 0.3.7 libjxl >= 0.3.7,
+ PKG_CHECK_MODULES(LIBJXL, libjxl_threads >= 0.6 libjxl >= 0.6,
840
[AC_DEFINE(HAVE_LIBJXL,1,
841
- [define if you have libjxl >= 0.3.7 installed.])
+ [define if you have libjxl >= 0.6 installed.])
842
with_libjxl=yes
843
AS_IF([test x"$with_libjxl_module" = x"no"],
844
[PACKAGES_USED="$PACKAGES_USED libjxl"])
0 commit comments