[gimp/gimp-2-10] Issue #2454: recent libwmf uses pkg-config.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #2454: recent libwmf uses pkg-config.
- Date: Thu, 8 Nov 2018 10:45:14 +0000 (UTC)
commit 9cb1b661639d174f1682aff5401e5ffac2d6c565
Author: Massimo Valentini <mvalentini src gnome org>
Date: Thu Nov 8 11:39:30 2018 +0100
Issue #2454: recent libwmf uses pkg-config.
(cherry picked from commit df4e35a846b2368d02aafe9e87f907456f9b6c28)
configure.ac | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 097b9d2baf..6e9c21e261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2025,7 +2025,10 @@ if test "x$with_wmf" != xno; then
WMF_LIBS=`$WMF_CONFIG --libs`
WMF_CFLAGS=`$WMF_CONFIG --cflags`
else
- have_libwmf="no (libwmf is too old)"
+ have_libwmf=yes
+ PKG_CHECK_MODULES(WMF, libwmf >= wmf_required_version,
+ FILE_WMF='file-wmf$(EXEEXT)',
+ have_libwmf="no (libwmf not found)")
fi
else
have_libwmf="no (libwmf not found)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]