Skip to content

Commit 21cdf22

Browse files
committed
bump min libjxl version to 0.6
1 parent b98366f commit 21cdf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,9 @@ AS_IF([test x"$with_libjxl" = x"module"],
836836
[with_libjxl_module=no])
837837

838838
if test x"$with_libjxl" != x"no"; then
839-
PKG_CHECK_MODULES(LIBJXL, libjxl_threads >= 0.3.7 libjxl >= 0.3.7,
839+
PKG_CHECK_MODULES(LIBJXL, libjxl_threads >= 0.6 libjxl >= 0.6,
840840
[AC_DEFINE(HAVE_LIBJXL,1,
841-
[define if you have libjxl >= 0.3.7 installed.])
841+
[define if you have libjxl >= 0.6 installed.])
842842
with_libjxl=yes
843843
AS_IF([test x"$with_libjxl_module" = x"no"],
844844
[PACKAGES_USED="$PACKAGES_USED libjxl"])

0 commit comments

Comments
 (0)