feat(clusterApp):BringUp OpenGlES+DRM on RK3576
This commit is contained in:
11
packages/install/usr/local/lib/pkgconfig/egl.pc
Normal file
11
packages/install/usr/local/lib/pkgconfig/egl.pc
Normal 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}
|
||||
Reference in New Issue
Block a user