summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2009-01-07 17:55:48 +0100
committerAlbert Astals Cid <aacid@kde.org>2009-01-07 18:02:59 +0100
commit18d584158a781fecb4f696b01fb4d17803ce7d7a (patch)
treeeeae5f06447cb00a73720fcd8f541c4499a5a1e5 /config.h.cmake
parent140b8ed97416f9c2ec02eb749ca45ca50bd651a8 (diff)
Add lcms option to cmake buildsystem
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b64185c0..7b57de09 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -9,6 +9,9 @@
/* Use libpng to export images in pdftohtml. */
#cmakedefine ENABLE_LIBPNG 1
+/* Use liblcms for color management. */
+#cmakedefine USE_CMS 1
+
/* Use cairo for rendering. */
#cmakedefine HAVE_CAIRO 1