summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-09 03:17:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-09 03:17:48 +0200
commit03a61295af97983a2313df9717653a466c99ef03 (patch)
treea322176b1ec239813aa19066af0245eb3452b32d /config.h.cmake
parente1eaf5a90159b023cb4c0c9e5c68acba397c1457 (diff)
downloadtdelibs-03a61295af97983a2313df9717653a466c99ef03.tar.gz
tdelibs-03a61295af97983a2313df9717653a466c99ef03.zip
Fix FTBFS on missing magic_getpath
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b1e4eb30a..145fa2c14 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -914,6 +914,12 @@
/* Defined if compiling with TDEIconLoader debugging */
#cmakedefine TDEICONLOADER_DEBUG 1
+/* Defined if libmagic contain magic_getpath function */
+#cmakedefine HAVE_LIBMAGIC_GETPATH 1
+
+/* Define default path for libmagick files */
+#cmakedefine LIBMAGIC_PATH "@LIBMAGIC_PATH@"
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD