From 6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 20 Oct 2018 16:37:27 +0200 Subject: converios to the cmake building system Signed-off-by: gregory guy (cherry picked from commit a63b9b15ca806337081c1e2126559be21fc3b7fe) --- config.h.cmake | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.h.cmake (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..0b3fbcf --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,16 @@ +#define VERSION "@VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + + +// Defined to 1 if we have libxkbfile library +#cmakedefine HAVE_LIBXKBFILE 1 + + +// Defined to 1 if we have libxkbfile headers +#cmakedefine HAVE_X11_EXTENSIONS_XKBRULES_H 1 -- cgit v1.2.3