summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-09 14:24:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-09 14:24:50 +0200
commitdc16d7e588328888160b904d71213c26dea0ac0c (patch)
tree0688fe249229c71d1393c35a77c770442290654c /config.h.cmake
parentd7fce8ee6a5c227241788727096f7a3a54eb9e21 (diff)
downloadkima-dc16d7e588328888160b904d71213c26dea0ac0c.tar.gz
kima-dc16d7e588328888160b904d71213c26dea0ac0c.zip
Updated to use new standalone tdehw library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 52071eb..5396929 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -7,5 +7,8 @@
significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+/* Defined if tdelibs are built with tdehw library */
+#cmakedefine HAVE_TDEHWLIB @HAVE_TDEHWLIB@
+
/* Defined if you have <NVCtrlLib.h> header */
#cmakedefine HAVE_NVCONTROL @HAVE_NVCONTROL@