summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 84dd7eb2c..bd99f603f 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -31,6 +31,14 @@
#define COMPILE_LINUXCDPOLLING
#endif
+// kioslave/media
+#cmakedefine WITH_TDEHWLIB 1
+#ifdef WITH_TDEHWLIB
+// forcibly deactivate HAL support and substitute TDE hardware library support
+#undef COMPILE_HALBACKEND
+#define COMPILE_TDEHARDWAREBACKEND
+#endif
+
// kioslave/fish, kcontrol/info
#cmakedefine HAVE_SYS_IOCTL_H 1