e1fc11b4fe
This patch adds a new package for the OpenGL, OpenVG and EGL proprietary implementations specific to the Vivante GPU of i.MX6 processors. [Peter: show comment on uClibc toolchains, tweak help text] Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
651 B
Diff
17 lines
651 B
Diff
Correct the directory path for gc_hal_eglplatform_type.h
|
|
|
|
Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net>
|
|
|
|
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
|
|
--- gpu-viv-bin-mx6q-1.1.0-orig/usr/include/gc_vdk_types.h 2012-12-18 10:35:55.000000000 +0100
|
|
+++ gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h 2013-05-09 21:09:28.080138681 +0200
|
|
@@ -39,7 +39,7 @@ extern "C" {
|
|
#endif
|
|
|
|
#include <EGL/egl.h>
|
|
-#include "gc_hal_eglplatform_type.h"
|
|
+#include <HAL/gc_hal_eglplatform_type.h>
|
|
|
|
|
|
/*******************************************************************************
|