summaryrefslogtreecommitdiff
path: root/src/mapi/vgapi/vg.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/vgapi/vg.pc.in')
-rw-r--r--src/mapi/vgapi/vg.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mapi/vgapi/vg.pc.in b/src/mapi/vgapi/vg.pc.in
new file mode 100644
index 0000000000..63e9af8355
--- /dev/null
+++ b/src/mapi/vgapi/vg.pc.in
@@ -0,0 +1,12 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: vg
+Description: Mesa OpenVG 1.0 library
+Requires.private: @VG_PC_REQ_PRIV@
+Version: @VERSION@
+Libs: -L${libdir} -l@VG_LIB@
+Libs.private: @VG_PC_LIB_PRIV@
+Cflags: -I${includedir} @VG_PC_CFLAGS@