X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=config.h.cmake;h=8c888726b7392946811e6fb550985cf26f176f5a;hb=8486f48e6f00f0d50227799f96cc04cb2195b442;hp=ca070c09d25f5e2c52007dac57a9466596ca445c;hpb=a0acbcd8fda0d9677f54b47b19469dc7e482d4b9;p=inkscape.git diff --git a/config.h.cmake b/config.h.cmake index ca070c09d..8c888726b 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 @@ -203,7 +205,7 @@ #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. */