feat(clusterApp):BringUp OpenGlES+DRM on RK3576

This commit is contained in:
2026-04-28 21:30:18 +08:00
parent f3f5d1b00b
commit d5b56baefc
213 changed files with 136403 additions and 678 deletions

View File

@@ -0,0 +1,10 @@
prefix=/usr/local
includedir=${prefix}/include
dridriverdir=/usr/lib/dri
Name: dri
Description: Direct Rendering Infrastructure
Version: 24.1.7
Requires.private: libdrm >= 2.4.109
Cflags: -I${includedir}

View File

@@ -0,0 +1,11 @@
prefix=/usr/local
includedir=${prefix}/include
libdir=${prefix}/lib
Name: egl
Description: Mesa EGL Library
Version: 24.1.7
Requires.private: libdrm >= 2.4.75
Libs: -L${libdir} -lEGL
Libs.private: -lpthread -pthread -lm -ldl
Cflags: -I${includedir}

View File

@@ -0,0 +1,12 @@
prefix=/usr/local
includedir=${prefix}/include
libdir=${prefix}/lib
gbmbackendspath=/usr/local/lib/gbm
Name: gbm
Description: Mesa gbm library
Version: 24.1.7
Libs: -L${libdir} -lgbm
Libs.private: -ldl
Cflags: -I${includedir}

View File

@@ -0,0 +1,10 @@
prefix=/usr/local
includedir=${prefix}/include
libdir=${prefix}/lib
Name: glesv2
Description: Mesa OpenGL ES 2.0 library
Version: 24.1.7
Libs: -L${libdir} -lGLESv2
Libs.private: -lpthread -pthread -lm -ldl
Cflags: -I${includedir}