mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
292 B
PkgConfig
12 lines
292 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: vg
|
|
Description: Vivante OpenVG 1.1 library
|
|
Requires.private: libdrm x11 xext xdamage xfixes xcb
|
|
Version: 8.0
|
|
Libs: -L${libdir} -lOpenVG -lEGL -lGAL
|
|
Libs.private: -lpthread -lrt
|
|
Cflags: -I${includedir}
|