Code

consistency with offset keys
[inkscape.git] / config.h.cmake
index fe4666ec2f9d9682e26463d70ffe58a4db810284..33b72a7a45fb722ab5660d9cb7c830e06f579c2f 100644 (file)
@@ -62,6 +62,8 @@
 /* Define to 1 if you have the <gc.h> 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
 
 #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
 #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}"