X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=config.h.cmake;h=d9d1bde038063634231aad07ff7d0b6e48b269ac;hb=8a2e76b7021b9b960d7c30801a1a14461d9b5939;hp=fe4666ec2f9d9682e26463d70ffe58a4db810284;hpb=c6645729c838b46dc45b2fbb7dcdcae866a9fb37;p=inkscape.git diff --git a/config.h.cmake b/config.h.cmake index fe4666ec2..d9d1bde03 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 @@ -32,11 +30,13 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #cmakedefine HAVE_BIND_TEXTDOMAIN_CODESET 1 -/* Define to 1 if you have the header file. */ +/* Define to 1 if you have the header file. */ #cmakedefine HAVE_BOOST_CONCEPT_CHECK_HPP 1 /* 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 @@ -62,6 +62,8 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_GC_H 1 +#cmakedefine HAVE_GETOPT_H 1 + /* Define if the GNU gettext() function is already present or preinstalled. */ #cmakedefine HAVE_GETTEXT 1 @@ -200,10 +202,10 @@ #cmakedefine HAVE_ZLIB_H 1 /* Base data directory -- only path-prefix.h should use it! */ -#cmakedefine INKSCAPE_DATADIR +#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. */ @@ -219,7 +221,7 @@ #cmakedefine PACKAGE_BUGREPORT "" /* Localization directory */ -#cmakedefine PACKAGE_LOCALE_DIR +#define PACKAGE_LOCALE_DIR "${PACKAGE_LOCALE_DIR}" /* Define to the full name of this package. */ #define PACKAGE_NAME "${PROJECT_NAME}" @@ -285,6 +287,9 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #cmakedefine WORDS_BIGENDIAN 1 +/* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ +#cmakedefine LPE_ENABLE_TEST_EFFECTS 1 + /* Define to `int' if does not define. */ #cmakedefine mode_t