From 05ebaf5f4c69e194a76fe56dd268f888548bc254 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 6 Apr 2012 17:23:55 +0200 Subject: API: add support for Wayland. Signed-off-by: Gwenole Beauchesne --- pkgconfig/libva-wayland.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgconfig/libva-wayland.pc.in (limited to 'pkgconfig/libva-wayland.pc.in') 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} -- cgit v1.2.1