summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-02-16 15:49:50 +0100
committerPino Toscano <pino@kde.org>2010-02-16 15:49:50 +0100
commiteb03020893ed591c18817d75d427a1296cb1f233 (patch)
tree0be7eef944f83f0420a4e5dcc6595e71b3a8f69a /config.h.cmake
parentba65b3af047b758094b999b2939065c5127508dd (diff)
[CMake] config.h.cmake: move POPPLER_WITH_GDK in the same place of autotools' generated one, and with the same comment
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 9527fd57..46b5d658 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -106,9 +106,6 @@
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine HAVE_ZLIB_H 1
-/* Define to 1 if gdk was found */
-#cmakedefine POPPLER_WITH_GDK 1
-
/* Enable multithreading support. */
#cmakedefine MULTITHREADED 1
@@ -139,6 +136,9 @@
/* Poppler data dir */
#define POPPLER_DATADIR "${CMAKE_INSTALL_PREFIX}/share/poppler"
+/* Have GDK */
+#cmakedefine POPPLER_WITH_GDK 1
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1