diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-06-11 12:36:26 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-06-12 21:43:35 +0200 |
commit | fe70101856332663f600df144b39d2638b3d0570 (patch) | |
tree | db4a1ba9353118269eec8738d6c3571bbb1c6d13 /config_host/config_features.h.in | |
parent | 3d3fc58a32211cf56c5238f2d9f0e86a1eb7ae7e (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/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 5 |
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 |