23 lines
723 B
Diff
23 lines
723 B
Diff
From 3de1e966b4c4113fd901f9ecd00cf59a3759e745 Mon Sep 17 00:00:00 2001
|
|
From: matt335672 <30179339+matt335672@users.noreply.github.com>
|
|
Date: Wed, 12 Jan 2022 11:41:26 +0000
|
|
Subject: [PATCH] Support imlib2 on RHEL 7
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 44ac95a60..a7a10bf6e 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -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])])
|
|
;;
|