[poppler] Branch 'poppler-0.20' - qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Sep 25 14:12:38 PDT 2012


 qt4/src/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f8c116f1e0fbf3516ce228fbb34c33d6b618bed0
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Sep 25 23:07:55 2012 +0200

    Add LCMS_FLAGS
    
    Fixes compilation when lcms is on non standard locations
    Bug #55326

diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am
index 02e0720..22033e3 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -2,7 +2,8 @@ INCLUDES =					\
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/poppler			\
 	$(FONTCONFIG_CFLAGS)			\
-	$(POPPLER_QT4_CFLAGS)
+	$(POPPLER_QT4_CFLAGS)			\
+	$(LCMS_CFLAGS)
 
 SUFFIXES: .moc
 


More information about the poppler mailing list