Fix libva-x11 dependencies. Ensure this grabs libva so that people don't have to...
[profile/ivi/libva.git] / libva-x11.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 display=x11
6
7 Name: libva-${display}
8 Description: Userspace Video Acceleration (VA) ${display} interface
9 Requires: libva
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lva-${display}
12 Cflags: -I${includedir}