diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-03-24 17:14:07 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-03-24 17:14:07 +0100 |
commit | 0222c6ceb0fcf1d7c4422691a68a035a558ad614 (patch) | |
tree | d326c621816572c63ec015b928b033aaf9339b87 /CMakeLists.txt | |
parent | 3e4164f2db69358adf07596195842dd00458b621 (diff) |
fix build when using cmake, not sure it's completely ok, but at least i can compile
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed80cc57..87cf6390 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ macro_optional_find_package(GTK) if(GLIB_FOUND) macro_optional_find_package(Cairo) set(HAVE_CAIRO ${CAIRO_FOUND}) + set(POPPLER_WITH_GDK ${GDK_FOUND}) if(CAIRO_FOUND) set(CAIRO_REQ "cairo") endif(CAIRO_FOUND) |