[poppler] utils/CMakeLists.txt

Pino Toscano pino at kemper.freedesktop.org
Tue Aug 23 11:21:02 PDT 2011


 utils/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08a2ba6f1603246651f0d5e697b88d38363d7df2
Author: Pino Toscano <pino at kde.org>
Date:   Tue Aug 23 20:20:32 2011 +0200

    pdftocairo/cmake: need to link to freetype

diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 7c3dfe4..beeedb8 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -35,7 +35,7 @@ if (HAVE_CAIRO)
   )
   add_definitions(${CAIRO_CFLAGS})
   add_executable(pdftocairo ${pdftocairo_SOURCES})
-  target_link_libraries(pdftocairo ${CAIRO_LIBRARIES} ${common_libs})
+  target_link_libraries(pdftocairo ${CAIRO_LIBRARIES} ${FREETYPE_LIBRARIES} ${common_libs})
   if(LCMS_FOUND)
     target_link_libraries(pdftocairo ${LCMS_LIBRARIES})
   endif(LCMS_FOUND)


More information about the poppler mailing list