diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-18 12:55:56 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-18 12:56:11 +0200 |
commit | 62fd63050c355b06b449e58134fa482866102134 (patch) | |
tree | f396d105521afe7271985aa36d025534baa7bf8e /configure.ac | |
parent | fb46a354250fca80fbbfac20128551fd1c530747 (diff) |
Integrate libgltf for rendering gltf models
Change-Id: I7c30dbcf276052c01bb15f3b8c77a2406260aa7b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 50c811706067..693d102d1c21 100644 --- a/configure.ac +++ b/configure.ac @@ -10368,6 +10368,7 @@ AC_MSG_CHECKING([whether to enable glTF support]) if test "$enable_opengl" = "yes"; then ENABLE_GLTF=TRUE AC_MSG_RESULT([yes]) + BUILD_TYPE="$BUILD_TYPE LIBGLTF" if test "$test_freetype" = "no"; then BUILD_TYPE="$BUILD_TYPE FREETYPE" fi |