Commit 2dc5c75a authored by Austin Yuan's avatar Austin Yuan

Added libva-tpi.pc file

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@gmail.com>
parent e68bb8bc
...@@ -30,7 +30,7 @@ if BUILD_I965_DRIVER ...@@ -30,7 +30,7 @@ if BUILD_I965_DRIVER
SUBDIRS += i965_drv_video SUBDIRS += i965_drv_video
endif endif
pcfiles = libva.pc pcfiles = libva.pc libva-tpi.pc
pcfiles += libva-x11.pc pcfiles += libva-x11.pc
if USE_GLX if USE_GLX
pcfiles += libva-glx.pc pcfiles += libva-glx.pc
...@@ -39,6 +39,6 @@ endif ...@@ -39,6 +39,6 @@ endif
pkgconfigdir = @pkgconfigdir@ pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = $(pcfiles) pkgconfig_DATA = $(pcfiles)
EXTRA_DIST = libva.pc.in libva-x11.pc.in libva-glx.pc.in EXTRA_DIST = libva.pc.in libva-tpi.pc.in libva-x11.pc.in libva-glx.pc.in
CLEANFILES = $(pcfiles) CLEANFILES = $(pcfiles)
...@@ -172,5 +172,6 @@ AC_OUTPUT([ ...@@ -172,5 +172,6 @@ AC_OUTPUT([
libva.pc libva.pc
libva-x11.pc libva-x11.pc
libva-glx.pc libva-glx.pc
libva-tpi.pc
]) ])
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libva-tpi
Description: Userspace Video Acceleration (VA) 3rd party interface
Requires: libva
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lva-tpi
Cflags: -I${includedir}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment