From 03a61295af97983a2313df9717653a466c99ef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 9 Oct 2014 03:17:02 +0200 Subject: Fix FTBFS on missing magic_getpath --- config.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.cmake') 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 -- cgit v1.2.3