diff options
author | gregory guy <[email protected]> | 2018-10-20 16:37:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 01:44:41 +0100 |
commit | 6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da (patch) | |
tree | d41bdd96c615ff6a88c413b60fabf4d609d4c1c3 /config.h.cmake | |
parent | 25dc0d8cf7de210fd2dac6c3b37f2741c4ca46d4 (diff) | |
download | kkbswitch-6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da.tar.gz kkbswitch-6a9b6cf01138bd9fb17b2e2754aaa338f15fb2da.zip |
converios to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit a63b9b15ca806337081c1e2126559be21fc3b7fe)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
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 |