summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorTRaXIn <raghav.29.khanna@gmail.com>2023-02-25 17:03:27 +0530
committerHossein <hossein@libreoffice.org>2023-07-05 15:33:08 +0200
commit8dbbeadbc7eabe76736d37fe3bcafe3e537f0bc0 (patch)
treec039a20cba66a2b37037491e4c8003f645331d09 /config_host
parent0dfd8288a87b58e503bb3a41be6137485fbf3f68 (diff)
tdf#153328 ZXing::ToSVG() Conditional usage
Change-Id: I8874f596be808d5d255139654a19b25f71299179 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147677 Tested-by: Jenkins Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_zxing.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_zxing.h.in b/config_host/config_zxing.h.in
index 6463cb6b4fd1..01b5400c686d 100644
--- a/config_host/config_zxing.h.in
+++ b/config_host/config_zxing.h.in
@@ -12,6 +12,8 @@
#define ENABLE_ZXING 0
+#define HAVE_ZXING_TOSVG 0
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */