mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 07:17:17 +00:00
13 lines
232 B
PkgConfig
13 lines
232 B
PkgConfig
prefix=/usr/
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: egl
|
|
Description: ARM Mali implementation of EGL
|
|
Version: 1.4
|
|
Requires:
|
|
Libs: -L${libdir} -lEGL -lGLESv2 -lUMP
|
|
Cflags: -I${includedir}
|
|
|