X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=config.h.cmake;h=8c888726b7392946811e6fb550985cf26f176f5a;hb=fd5c8954a92eac9af9af21d2a3665e9c673203a2;hp=33b72a7a45fb722ab5660d9cb7c830e06f579c2f;hpb=e652143fdccf6d691397f1fdc8ec122a56603762;p=inkscape.git diff --git a/config.h.cmake b/config.h.cmake index 33b72a7a4..8c888726b 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,8 +1,6 @@ #ifndef _CONFIG_H_ #define _CONFIG_H_ -//#define INKSCAPE_VERSION "${INKSCAPE_VERSION}" - /* Define WIN32 when on windows */ #ifndef WIN32 #cmakedefine WIN32 @@ -37,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 @@ -205,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. */