Code

fix typo
[inkscape.git] / config.h.cmake
index ca070c09d25f5e2c52007dac57a9466596ca445c..8c888726b7392946811e6fb550985cf26f176f5a 100644 (file)
@@ -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
 #define INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share"
 
 /* Base library directory -- only path-prefix.h should use it! */
-#cmakedefine INKSCAPE_LIBDIR
+#define INKSCAPE_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib"
 
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */