summaryrefslogtreecommitdiff
path: root/libva-glx.pc.in
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-03-08 09:44:25 +0100
committerAustin Yuan <shengquan.yuan@gmail.com>2010-05-13 02:29:32 +0800
commit50c8ae8a5379a3aa6312edae6bb083936eaa43a6 (patch)
tree8ede74531c51d45a53c14330ff6a2378e2d0d6ce /libva-glx.pc.in
parente734b66e657d92dbd29b216fc753d0c30c7df4f0 (diff)
downloadlibva-50c8ae8a5379a3aa6312edae6bb083936eaa43a6.tar.gz
Add OpenGL extensions (v3) and generic implementation with TFP and FBO.
Diffstat (limited to 'libva-glx.pc.in')
-rw-r--r--libva-glx.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libva-glx.pc.in b/libva-glx.pc.in
new file mode 100644
index 0000000..2019915
--- /dev/null
+++ b/libva-glx.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+display=glx
+
+Name: libva-${display}
+Description: Userspace Video Acceleration (VA) ${display} interface
+Requires: libva
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lva-${display}
+Cflags: -I${includedir}