summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-10-10 23:38:56 +0200
committerAndras Timar <andras.timar@collabora.com>2022-11-07 20:35:46 +0100
commitcbfac11330882c7d0a817b6c37a08b2ace2b66f4 (patch)
tree832725d81c9d6ac82fcae603bfed37f9bc9a6015 /config_host
parentff5783bf669c1ee0832e3b6f57b96f015d029ae9 (diff)
Send build config (configure options) in LOKit version info JSON
Change-Id: I29a6cca467e5f1e9ba59528edefbb397ceb81780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141197 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141494 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_buildconfig.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config_host/config_buildconfig.h.in b/config_host/config_buildconfig.h.in
new file mode 100644
index 000000000000..0c93d6e02f84
--- /dev/null
+++ b/config_host/config_buildconfig.h.in
@@ -0,0 +1,8 @@
+/* Options passed to configure script */
+
+#ifndef CONFIG_BUILDCONFIG_H
+#define CONFIG_BUILDCONFIG_H
+
+#define BUILDCONFIG ""
+
+#endif