~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to pkgconfig/libva-egl.pc.in

  • Committer: Sean V Kelley
  • Date: 2017-02-18 23:19:05 UTC
  • Revision ID: git-v1:7b8cc07dc7a9b954b9a8c9bde5091fb2e8d443dc
PROJECT HAS MOVED

See https://github.com/01org/libva

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
prefix=@prefix@
2
 
exec_prefix=@exec_prefix@
3
 
libdir=@libdir@
4
 
includedir=@includedir@
5
 
display=egl
6
 
 
7
 
Name: libva-${display}
8
 
Description: Userspace Video Acceleration (VA) ${display} interface
9
 
Requires: libva
10
 
Version: @VA_API_VERSION@
11
 
Libs: -L${libdir} -lva-${display}
12
 
Cflags: -I${includedir}
13