summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-06-11 12:36:26 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-06-12 21:43:35 +0200
commitfe70101856332663f600df144b39d2638b3d0570 (patch)
treedb4a1ba9353118269eec8738d6c3571bbb1c6d13 /config_host
parent3d3fc58a32211cf56c5238f2d9f0e86a1eb7ae7e (diff)
Introduce HAVE_FEATURE_GLTF to enable/disable gltf related code
When it is a release build then enable it only on Windows and Linux. Change-Id: I7c462aeb75e6ab60eeaa0fa42ca7853a6369b742
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