diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-19 20:05:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-19 20:08:46 +0900 |
commit | ab12cfe230b06ba2a4505e681d7b8ce6ea35fb34 (patch) | |
tree | a6bb5fc600136016a2e3fd309ce6b3ad8a6c7cc9 /config.h.cmake | |
parent | 796d4dc1ab15ce7f898d3fc0014e4b64a0be155d (diff) | |
download | polkit-agent-tde-ab12cfe230b06ba2a4505e681d7b8ce6ea35fb34.tar.gz polkit-agent-tde-ab12cfe230b06ba2a4505e681d7b8ce6ea35fb34.zip |
Updated cmake files to allow building the package, although it is just a dummy package (not functional).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..67860c5 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,12 @@ +#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 if you don't have either the XTest headers or + the xcb-util-keysyms headers */ +#cmakedefine NO_XTEST_EXTENSION 1 |