summaryrefslogtreecommitdiff
path: root/libva-egl.pc.in
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-02-09 15:07:07 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2011-02-09 15:07:07 +0800
commit899c057132408222a2ec778e924172ff6a1223b7 (patch)
tree56c61fc122ad219c2ff8f065ef1fa8de07b58d04 /libva-egl.pc.in
parent45987380ec7868529b9db77d646429fe873e605e (diff)
Fix build issue
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'libva-egl.pc.in')
-rw-r--r--libva-egl.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libva-egl.pc.in b/libva-egl.pc.in
new file mode 100644
index 0000000..3d621b2
--- /dev/null
+++ b/libva-egl.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+display=egl
+
+Name: libva-${display}
+Description: Userspace Video Acceleration (VA) ${display} interface
+Requires: libva
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lva-${display}
+Cflags: -I${includedir}
+