[gimp/gimp-2-10] plug-ins: link file-pdf against GEGL/babl



commit 9de16da01c67d8870c569b0ffbd3da7edd985247
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 22 12:19:07 2019 +0200

    plug-ins: link file-pdf against GEGL/babl
    
    (cherry picked from commit f4b88c0a9e56a1bdc91fdf12b66a5beecb54f2c6)

 plug-ins/common/plugin-defs.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index c8db21e4b4..488970ce29 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -45,7 +45,7 @@
     'file-pix' => { ui => 1, gegl => 1 },
     'file-png' => { ui => 1, gegl => 1, libs => 'PNG_LIBS', cflags => 'PNG_CFLAGS' },
     'file-pnm' => { ui => 1, gegl => 1 },
-    'file-pdf-load' => { ui => 1, libs => 'POPPLER_LIBS', cflags => 'POPPLER_CFLAGS' },
+    'file-pdf-load' => { ui => 1, gegl => 1, libs => 'POPPLER_LIBS', cflags => 'POPPLER_CFLAGS' },
     'file-pdf-save' => { ui => 1, gegl => 1, optional => 1, libs => 'CAIRO_PDF_LIBS', cflags => 
'CAIRO_PDF_CFLAGS' },
     'file-ps' => { ui => 1, gegl => 1, optional => 1, libs => 'GS_LIBS' },
     'file-psp' => { ui => 1, gegl => 1, libs => 'Z_LIBS' },


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