summaryrefslogtreecommitdiffstats
path: root/tools/opengldummy/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opengldummy/README')
-rw-r--r--tools/opengldummy/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opengldummy/README b/tools/opengldummy/README
index e00a681..c8ca2dc 100644
--- a/tools/opengldummy/README
+++ b/tools/opengldummy/README
@@ -34,7 +34,7 @@ Target image inteded to be deployed to your device.
2) Installation of files
Copy the include folder to the /usr/include folder in your sysroot. This
installs the OpenGL/EGL headers:
- cp -r include/* ${SYSROOT}/usr/include/
+ cp -r 3rdparty/include/* ${SYSROOT}/usr/include/
Copy libEGL.so and libGLESv2.so to the /usr/lib folder in your sysroot:
cp src/lib*.so ${SYSROOT}/usr/lib/