diff options
author | Matt Turner <[email protected]> | 2012-09-07 15:24:24 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:11 +0100 |
commit | d53901c67c7df914fbc5279f25d0e725c479bab0 (patch) | |
tree | 2f56a226d30f090cf4e807ccf910dfd41fc72ebf /src/gallium/targets/xa-vmwgfx/xatracker.pc.in | |
parent | af6a2e4f820631e3bb64ad726ad774af45f1759d (diff) |
targets/xa-vmwgfx: Convert to automake
v2: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/xa-vmwgfx/xatracker.pc.in')
-rw-r--r-- | src/gallium/targets/xa-vmwgfx/xatracker.pc.in | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/xatracker.pc.in b/src/gallium/targets/xa-vmwgfx/xatracker.pc.in index 4ea2f4057d7..c99d8d65e88 100644 --- a/src/gallium/targets/xa-vmwgfx/xatracker.pc.in +++ b/src/gallium/targets/xa-vmwgfx/xatracker.pc.in @@ -1,13 +1,9 @@ -prefix=@INSTALL_DIR@ +prefix=@prefix@ exec_prefix=${prefix} -libdir=@INSTALL_LIB_DIR@ -includedir=@INSTALL_INC_DIR@ +libdir=@libdir@ +includedir=@includedir@ Name: xatracker Description: Xorg Gallium3D acceleration library -Requires: -Requires.private: @XA_PC_REQ_PRIV@ -Version: @VERSION@ -Libs: -L${libdir} -l@XA_LIB@ -Libs.private: @XA_PC_LIB_PRIV@ -Cflags: -I${includedir} @XA_PC_CFLAGS@ +Version: @XA_VERSION@ +Libs: -L${libdir} -lxatracker |