https://github.com/mozilla/gecko-dev
Raw File
Tip revision: eee23f5081aec48002c343e6b43864cdab4c7a89 authored by ffxbld on 24 June 2015, 21:12:08 UTC
Added FIREFOX_31_8_0esr_RELEASE FIREFOX_31_8_0esr_BUILD1 tag(s) for changeset c81c5e3eca8c. DONTBUILD CLOSED TREE a=release
Tip revision: eee23f5
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