summaryrefslogtreecommitdiff
path: root/external/libgltf/UnpackedTarball_libgltf.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-06-26 17:14:36 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-06-26 17:14:36 +0200
commit481a17b6a6fb332935c3e41c077cc5f60b751021 (patch)
treeb7bc15402f6016c9fc3ee1649448ea10970d79a1 /external/libgltf/UnpackedTarball_libgltf.mk
parent63da79385ad858f5040f8d0a8898d3b5be5e4f93 (diff)
libgltf: compiler error fixes: missing include and missing namespace
Thanks to Rene Engelhard for the report and the fixes. Change-Id: Ia14980bdbcd9e714b1e9cd41f04af9371aa22371
Diffstat (limited to 'external/libgltf/UnpackedTarball_libgltf.mk')
-rw-r--r--external/libgltf/UnpackedTarball_libgltf.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libgltf/UnpackedTarball_libgltf.mk b/external/libgltf/UnpackedTarball_libgltf.mk
index e8c513373997..175fe436a7b3 100644
--- a/external/libgltf/UnpackedTarball_libgltf.mk
+++ b/external/libgltf/UnpackedTarball_libgltf.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libgltf,\
external/libgltf/patches/no_animation_in_orbit_mode.patch \
external/libgltf/patches/walkthrough_mode_affects_orbit_mode_unexpectedly.patch \
external/libgltf/patches/move_fps_closer_to_the_corner.patch \
+ external/libgltf/patches/compiler_error_fixes.patch \
))
# vim: set noet sw=4 ts=4: