Support imlib2 on RHEL 7
This commit is contained in:
parent
d76732b342
commit
3de1e966b4
@ -224,7 +224,7 @@ case "$with_imlib2" in
|
|||||||
use_imlib2=no
|
use_imlib2=no
|
||||||
;;
|
;;
|
||||||
yes)
|
yes)
|
||||||
PKG_CHECK_MODULES([IMLIB2], [imlib2 >= 1.4.10],
|
PKG_CHECK_MODULES([IMLIB2], [imlib2 >= 1.4.5],
|
||||||
[use_imlib2=yes],
|
[use_imlib2=yes],
|
||||||
[AC_MSG_ERROR([please install libimlib2-dev or imlib2-devel])])
|
[AC_MSG_ERROR([please install libimlib2-dev or imlib2-devel])])
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user