summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
diff options
context:
space:
mode:
authorThomas Hellstrom <[email protected]>2011-06-15 10:46:24 +0200
committerThomas Hellstrom <[email protected]>2011-06-15 11:06:16 +0200
commit9f2f5b3d7fd70663b98da5d302fcdfd5bc93db05 (patch)
tree812329e0744641c22b75c22dd5ccd67c8d0b8d4e /src/gallium/targets/xa-vmwgfx/xatracker.pc.in
parent40aec11b7569fcdd2d884629b172af3db3fbaf1d (diff)
st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.
See the file src/gallium/state_trackers/xa/README for more info. Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/gallium/targets/xa-vmwgfx/xatracker.pc.in')
-rw-r--r--src/gallium/targets/xa-vmwgfx/xatracker.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/xatracker.pc.in b/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
new file mode 100644
index 00000000000..4ea2f4057d7
--- /dev/null
+++ b/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
@@ -0,0 +1,13 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+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@