summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-10-10 23:38:56 +0200
committerAron Budea <aron.budea@collabora.com>2022-10-12 02:02:45 +0200
commit4eab641ae38d3d91c6beb50ddbb77b1fa7ec0be2 (patch)
tree1489472724eac0eb71fabe62a688f761ecc9ad2f /config_host
parentd5135d4eb2b10e6ceb78c64c298076827f1863eb (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>
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