mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
536ba133b0
Package provides the binary user-space components for the ARM Mali Midgard T76X GPU. Note that this package requires a kernel with the ARM Mali Midgard GPU Kernel Drivers enabled. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
251 B
PkgConfig
12 lines
251 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} -DMESA_EGL_NO_X11_HEADERS
|