Support imlib2 on RHEL 7

This commit is contained in:
matt335672 2022-01-12 11:41:26 +00:00
parent d76732b342
commit 3de1e966b4
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ case "$with_imlib2" in
use_imlib2=no
;;
yes)
PKG_CHECK_MODULES([IMLIB2], [imlib2 >= 1.4.10],
PKG_CHECK_MODULES([IMLIB2], [imlib2 >= 1.4.5],
[use_imlib2=yes],
[AC_MSG_ERROR([please install libimlib2-dev or imlib2-devel])])
;;