c83cd559b12a1bbd5603852545d65febcfa206e6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / freescale-imx / gpu-viv-bin-mx6q / 0001-correct-HAL-include.patch
1 Correct the directory path for gc_hal_eglplatform_type.h
2
3 Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net>
4
5 diff -rup gpu-viv-bin-mx6q-1.1.0-orig/usr/include/gc_vdk_types.h gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h
6 --- gpu-viv-bin-mx6q-1.1.0-orig/usr/include/gc_vdk_types.h      2012-12-18 10:35:55.000000000 +0100
7 +++ gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h   2013-05-09 21:09:28.080138681 +0200
8 @@ -39,7 +39,7 @@ extern "C" {
9  #endif
10  
11  #include <EGL/egl.h>
12 -#include "gc_hal_eglplatform_type.h"
13 +#include <HAL/gc_hal_eglplatform_type.h>
14  
15  
16  /*******************************************************************************