summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 55232c64d066..3fd1da5b5dce 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -137,4 +137,9 @@
*/
#define HAVE_EXPORT_VALIDATION 0
+/*
+ * Whether we have glTF support.
+ */
+#define HAVE_FEATURE_GLTF 0
+
#endif