mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
283 B
PkgConfig
13 lines
283 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=/usr
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: egl
|
||
|
Description: Vivante EGL library
|
||
|
Requires.private: libdrm x11 xext xdamage xfixes xcb
|
||
|
Version: 8.0
|
||
|
Libs: -L${libdir} -lEGL
|
||
|
Libs.private: -lm -lpthread -ldl
|
||
|
Cflags: -I${includedir} -DLINUX
|