1 From 1a4a35678ef70283d1a31835deecd39711a9db86 Mon Sep 17 00:00:00 2001
2 From: Jeremy Stashluk <jstashluk@dekaresearch.com>
3 Date: Wed, 30 Jan 2013 13:16:53 -0500
4 Subject: [PATCH] change header path to HAL
6 The gpu-viv-bin-mx6q package from Freescale puts this header in the HAL
7 directory under the system. I think this is a problem in the LTIB release as
10 Upstream-Status: Pending
12 Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
15 usr/include/gc_vdk_types.h | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
18 diff --git a/usr/include/gc_vdk_types.h b/usr/include/gc_vdk_types.h
19 index 11514f9..8e3dfe4 100644
20 --- a/usr/include/gc_vdk_types.h
21 +++ b/usr/include/gc_vdk_types.h
22 @@ -26,7 +26,7 @@ extern "C" {
26 -#include "gc_hal_eglplatform.h"
27 +#include <HAL/gc_hal_eglplatform.h>
29 /*******************************************************************************
30 ** vdkPrivate. *****************************************************************