summaryrefslogtreecommitdiff
path: root/libva-glx.pc.in
diff options
context:
space:
mode:
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}