[gimp] configure: s/libpoppler/libpoppler-glib/



commit af5732ec14565190e21a52c84e64de33b8623eec
Author: Jehan <jehan girinstud io>
Date:   Sat Aug 16 15:53:24 2014 +0200

    configure: s/libpoppler/libpoppler-glib/
    
    To be precise, we require the libpoppler-glib, which is optional when
    building poppler. It is more informative to be accurate.

 INSTALL.in   |    8 ++++----
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/INSTALL.in b/INSTALL.in
index 82706b1..357658d 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -82,9 +82,9 @@ header files installed.
 
  10. You may want to install other third party libraries or programs
      that are needed for some of the available plug-ins. We recommend
-     to check that the following libraries are installed: libpoppler,
-     libtiff, webkit, libmng, librsvg, libwmf, libgs (Ghostscript),
-     libaa and libjasper.
+     to check that the following libraries are installed: libjasper,
+     libpoppler-glib, libtiff, webkit, libmng, librsvg, libwmf, libaa
+     and libgs (Ghostscript).
 
      Note that to be able to render CJK (Asian) and Cyrillic characters
      in pdf-imported files, the data package `poppler-data` needs to be
@@ -141,7 +141,7 @@ header files installed.
      libjasper         -               JPEG 2000
      libmng            -               MNG
      openexr           @OPENEXR_REQUIRED_VERSION@              OpenEXR
-     libpoppler                @POPPLER_REQUIRED_VERSION@              PDF import
+     libpoppler-glib   @POPPLER_REQUIRED_VERSION@              PDF import
      poppler-data      @POPPLER_DATA_REQUIRED_VERSION@         PDF import (optional: rendering of CJK and 
Cyrillic)
      cairo-pdf         @CAIRO_PDF_REQUIRED_VERSION@            PDF export
      python 2          @PYTHON2_REQUIRED_VERSION@              Python plug-ins
diff --git a/configure.ac b/configure.ac
index 261ff43..d78dc72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1515,7 +1515,7 @@ if test "x$with_poppler" != xno; then
         [have_poppler='yes (Cyrillic and CJK support: no or poppler-data < poppler_data_required_version)']
       )
     ],
-    have_poppler="Using PostScript plug-in (libpoppler not found)")
+    have_poppler="Using PostScript plug-in (libpoppler-glib not found)")
 else
   have_poppler="Using PostScript plug-in (libpoppler support disabled)"
 fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]