summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-30 23:32:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-30 23:32:35 -0600
commit40a38a2f9b45bb73460145148bd4e4560e0d9672 (patch)
tree9710186e887145946ab032505d1c5f75cb457ade /config.h.cmake
parent8b807c6872f860832ff7974339dc879aa7fa5a63 (diff)
downloadtdelibs-40a38a2f9b45bb73460145148bd4e4560e0d9672.tar.gz
tdelibs-40a38a2f9b45bb73460145148bd4e4560e0d9672.zip
Add initial support for ELF embedded icons in Konqueror
This feature still needs quite a bit of work to add embedding support to other parts of TDE such as the minicli, as well as bringing konqueror behaviour more in line with the minicli previews, but it is a start at least!
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 c52da286f..80b8d071c 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -110,6 +110,9 @@
/* Define if you have OpenEXR */
#cmakedefine HAVE_EXR 1
+/* Defined if you have elficon support. */
+#cmakedefine HAVE_ELFICON 1
+
/* Define is posix_fadvise is supported */
#undef HAVE_FADVISE