mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
12 lines
238 B
PkgConfig
12 lines
238 B
PkgConfig
prefix=/usr/
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: egl
|
|
Description: ARM Mali implementation of EGL
|
|
Version: 1.5
|
|
Requires:
|
|
Libs: -L${libdir} -lEGL -lGLESv2
|
|
Cflags: -I${includedir} -DEGL_NO_X11
|