mesa: add bounds checking to eliminate buffer overrun
[mesa.git] / src / mapi / vgapi / vg.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: vg
7 Description: Mesa OpenVG 1.0 library
8 Requires.private:
9 Version: @VERSION@
10 Libs: -L${libdir} -lOpenVG
11 Libs.private: @VG_PC_LIB_PRIV@
12 Cflags: -I${includedir}