diff options
author | Matt Turner <[email protected]> | 2012-08-22 16:57:38 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | 261719b21c3dab4e2c0b79bbe148f494667da67c (patch) | |
tree | ccc227cefd3c5c818c05814d303f63fc042f1cc8 /src/mapi/vgapi/vg.pc.in | |
parent | ba4a36d8cdd6425c1263026e953cc3977d1192c6 (diff) |
automake: convert vgapi
Diffstat (limited to 'src/mapi/vgapi/vg.pc.in')
-rw-r--r-- | src/mapi/vgapi/vg.pc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mapi/vgapi/vg.pc.in b/src/mapi/vgapi/vg.pc.in index 63e9af8355b..27a3f634758 100644 --- a/src/mapi/vgapi/vg.pc.in +++ b/src/mapi/vgapi/vg.pc.in @@ -1,12 +1,12 @@ -prefix=@INSTALL_DIR@ +prefix=@prefix@ exec_prefix=${prefix} -libdir=@INSTALL_LIB_DIR@ -includedir=@INSTALL_INC_DIR@ +libdir=@libdir@ +includedir=@includedir@ Name: vg Description: Mesa OpenVG 1.0 library -Requires.private: @VG_PC_REQ_PRIV@ +Requires.private: Version: @VERSION@ -Libs: -L${libdir} -l@VG_LIB@ +Libs: -L${libdir} -lOpenVG Libs.private: @VG_PC_LIB_PRIV@ -Cflags: -I${includedir} @VG_PC_CFLAGS@ +Cflags: -I${includedir} |