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

@@ -16,10 +16,10 @@ else
CFLAGS += -O3 -fexpensive-optimizations
endif
DEPS = -lpthread -lEGL -lGLESv2 -ldrm -lgbm -lfreetype -lm -ldl -Wl,--library-path=$(TARGET_PATH_LIB),-rpath-link=$(TARGET_PATH_LIB)
DEPS = -lpthread -lEGL -lGLESv2 -ldrm -lgbm -lfreetype -lcjson -ljpeg -lm -ldl -Wl,--library-path=$(TARGET_PATH_LIB),-rpath-link=$(TARGET_PATH_LIB)
## DEPS += /home/lst/workspace/jpeg/jpeg-9c/install/lib/libjpeg.a
DEPS += /home/user/zhimin/clusterApp/3psw/jpegsr9c/jpeg-9c/libjpeg.a
DEPS += /home/user/zhimin/packages/install/lib/libcjson.a
#DEPS += /home/user/zhimin/clusterApp/3psw/jpegsr9c/jpeg-9c/libjpeg.a
#DEPS += /home/user/zhimin/packages/install/lib/libcjson.a
DEPS += -lz -lpng16
#Make command to use for dependencies
@@ -42,7 +42,7 @@ CFLAGS += -Iinclude \
-I/home/lst/workspace/zlib/zlib_build/ \
-I/home/lst/workspace/libpng/libpng_build/ \
-I/home/user/zhimin/clusterApp/3psw/source_packages/build_install/ \
-I/home/user/zhimin/clusterApp/3psw/lpng1634/ \
-I/home/huaxu/develop/cluster/clusterApp_ubuntu/3psw/lpng1634 \
-I/home/user/zhimin/clusterApp/3psw/source_packages/freetype-2.13.2/ \
-I/home/huaxu/develop/ICM-SOFT/D20/icm-code/cpu/app/insDavi2.0/3psw/freetype-2.9_MinGW/include/freetype2/ \
-I/usr/include/GL/ \