gfx/angle/angle-build-khrplatform-h-path.patch

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 From: Jeff Gilbert <jgilbert@mozilla.com>
     3 diff --git a/gfx/angle/include/GLSLANG/ShaderLang.h b/gfx/angle/include/GLSLANG/ShaderLang.h
     4 --- a/gfx/angle/include/GLSLANG/ShaderLang.h
     5 +++ b/gfx/angle/include/GLSLANG/ShaderLang.h
     6 @@ -18,17 +18,17 @@
     7  #else  // defined(WIN32)
     8  #define COMPILER_EXPORT __attribute__((visibility("default")))
     9  #endif
    11  #else  // defined(COMPONENT_BUILD)
    12  #define COMPILER_EXPORT
    13  #endif
    15 -#include "KHR/khrplatform.h"
    16 +#include "khrplatform.h"
    17  #include <stddef.h>
    19  //
    20  // This is the platform independent interface between an OGL driver
    21  // and the shading language compiler.
    22  //
    24  #ifdef __cplusplus

mercurial