summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-08-07 15:21:41 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-08-07 15:42:57 +0200
commit191f0944fd8fc30493eda58c7adfdfa0b538f507 (patch)
treed0f8416ff215f3cf1b578b3e051fd198c1e899ff /config_host
parent7479729487e167c61c69b77f5e270e639160005b (diff)
Handle collada libraries seperately: --disable-collada
Depends on gltf support. Change-Id: Ief0452da3d03b0ddbca45272e5f5cd268691aeca
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 3fd1da5b5dce..f87ee277ebf1 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -142,4 +142,9 @@
*/
#define HAVE_FEATURE_GLTF 0
+/*
+ * Whether we have COLLADA support.
+ */
+#define HAVE_FEATURE_COLLADA 0
+
#endif