summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-07 12:51:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-07 12:51:19 -0500
commit897752b61a622dca67b10519e989d986f460ce14 (patch)
tree03a70d35517d2ee1c856ac924d75c34dfd00716f /config.h.cmake
parent9d5f5058a1e5e34b0f67c4a54a785975780119dd (diff)
downloadtdelibs-897752b61a622dca67b10519e989d986f460ce14.tar.gz
tdelibs-897752b61a622dca67b10519e989d986f460ce14.zip
Fix FTBFS when cryptsetup support disabled
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 145fa2c14..0e0e4a60d 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -130,6 +130,9 @@
/* Defines if lzma/xz is compiled */
#cmakedefine HAVE_XZ_SUPPORT 1
+/* Define OpenSC provider library */
+#cmakedefine OPENSC_PKCS11_PROVIDER_LIBRARY "@OPENSC_PKCS11_PROVIDER_LIBRARY@"
+
/* Defines if '[KDE4]' is added to KDE4 menu items */
#cmakedefine KDE4_MENU_SUFFIX 1