[poppler] CMakeLists.txt
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Mar 21 05:30:07 PDT 2009
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c4b1754fdd3a4649551556de2655c8291daafddf
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Mar 21 13:29:38 2009 +0100
Bump cairo dependency to 1.8.4
Cairo 1.8.4 fixes and important bug that affects the Type 3 font rendering
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6529483..f74176c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ set(TEXTOUT_WORD_LIST ON)
# setting the minimum required versions for some components
set(QT3_MIN_VERSION "3.3.0")
set(QT4_MIN_VERSION "4.1.0")
-set(CAIRO_VERSION "1.8.2")
+set(CAIRO_VERSION "1.8.4")
macro_bool_to_01(ENABLE_SPLASH HAVE_SPLASH)
find_package(Freetype REQUIRED)
More information about the poppler
mailing list