summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-07 08:44:53 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-07 08:44:53 +0000
commit896274858c9e1442caeb563975e4c5a833601862 (patch)
treefd7f657eaaf7877255ed7367df0bb746c73d1b05
parentcmake: add pango defines necessary for win32 building, also needed for linux? (diff)
downloadinkscape-896274858c9e1442caeb563975e4c5a833601862.tar.gz
inkscape-896274858c9e1442caeb563975e4c5a833601862.zip
cmake: add pango defines necessary for win32 building, also needed for linux?
(bzr r5372)
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index ca070c09d..5ca64d769 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -35,6 +35,8 @@
/* Whether the Cairo PDF backend is available */
#cmakedefine HAVE_CAIRO_PDF 1
+#cmakedefine PANGO_ENABLE_ENGINE 1
+#cmakedefine RENDER_WITH_PANGO_CAIRO 1
/* define to 1 if Carbon is available */
#cmakedefine HAVE_CARBON 1