https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e70aea5f930bf1af1bf740e9c85d88c31dd46fe8 authored by ffxbld on 21 March 2014, 22:11:24 UTC
Added FENNEC_28_0_1_RELEASE FENNEC_28_0_1_BUILD1 tag(s) for changeset b807fdcb9f28. DONTBUILD CLOSED TREE a=release
Tip revision: e70aea5
angle-build-khrplatform-h-path.patch
From: Jeff Gilbert <jgilbert@mozilla.com>

diff --git a/gfx/angle/include/GLSLANG/ShaderLang.h b/gfx/angle/include/GLSLANG/ShaderLang.h
--- a/gfx/angle/include/GLSLANG/ShaderLang.h
+++ b/gfx/angle/include/GLSLANG/ShaderLang.h
@@ -18,17 +18,17 @@
 #else  // defined(WIN32)
 #define COMPILER_EXPORT __attribute__((visibility("default")))
 #endif
 
 #else  // defined(COMPONENT_BUILD)
 #define COMPILER_EXPORT
 #endif
 
-#include "KHR/khrplatform.h"
+#include "khrplatform.h"
 #include <stddef.h>
 
 //
 // This is the platform independent interface between an OGL driver
 // and the shading language compiler.
 //
 
 #ifdef __cplusplus
back to top