summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-19 11:10:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-19 13:06:03 +0000
commitad627912b5390ca46dde34815add876b0ae24bab (patch)
treed7c1539c585e9daab055dc432b0c52a20c8ea229 /config_host
parentaa7ceb44cf018d092ce09bb1572d7ce4876be513 (diff)
move gio config into its own separate config header
Change-Id: I25ca238931da039c244c2af6171d69c9875f95ff Reviewed-on: https://gerrit.libreoffice.org/22501 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_gio.h.in12
-rw-r--r--config_host/config_vclplug.h.in1
2 files changed, 12 insertions, 1 deletions
diff --git a/config_host/config_gio.h.in b/config_host/config_gio.h.in
new file mode 100644
index 000000000000..1c0c440b57c2
--- /dev/null
+++ b/config_host/config_gio.h.in
@@ -0,0 +1,12 @@
+/*
+
+Settings for gio header file dection
+
+*/
+
+#ifndef CONFIG_GIO_H
+#define CONFIG_GIO_H
+
+#define ENABLE_GIO 0
+
+#endif
diff --git a/config_host/config_vclplug.h.in b/config_host/config_vclplug.h.in
index ae174746288c..12d90ee704f6 100644
--- a/config_host/config_vclplug.h.in
+++ b/config_host/config_vclplug.h.in
@@ -10,6 +10,5 @@ Settings about which X11 desktops have support enabled.
#define ENABLE_GTK 0
#define ENABLE_KDE4 0
#define ENABLE_TDE 0
-#define ENABLE_GIO 0
#endif