summaryrefslogtreecommitdiff
path: root/pkgconfig/libva-wayland.pc.in
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-06 17:23:55 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-09-26 16:05:24 +0200
commit05ebaf5f4c69e194a76fe56dd268f888548bc254 (patch)
tree3d70d885611508b3588aa770e3d12e1c4a237f36 /pkgconfig/libva-wayland.pc.in
parentca08485425cb14aa47317f641063ade2a385a5d1 (diff)
downloadlibva-05ebaf5f4c69e194a76fe56dd268f888548bc254.tar.gz
API: add support for Wayland.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'pkgconfig/libva-wayland.pc.in')
-rw-r--r--pkgconfig/libva-wayland.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/libva-wayland.pc.in b/pkgconfig/libva-wayland.pc.in
new file mode 100644
index 0000000..ee92ac2
--- /dev/null
+++ b/pkgconfig/libva-wayland.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+display=wayland
+
+Name: libva-${display}
+Description: Userspace Video Acceleration (VA) ${display} interface
+Requires: libva wayland-client
+Version: @VA_API_VERSION@
+Libs: -L${libdir} -lva-${display}
+Cflags: -I${includedir}