OSDN Git Service

Added libva-tpi.pc file
authorAustin Yuan <shengquan.yuan@gmail.com>
Sat, 25 Sep 2010 05:55:17 +0000 (13:55 +0800)
committerAustin Yuan <shengquan.yuan@gmail.com>
Sat, 25 Sep 2010 05:55:17 +0000 (13:55 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Makefile.am
configure.ac
libva-tpi.pc.in [new file with mode: 0644]

index e75a2db..cf57b8f 100644 (file)
@@ -30,7 +30,7 @@ if BUILD_I965_DRIVER
 SUBDIRS += i965_drv_video
 endif
 
-pcfiles = libva.pc
+pcfiles = libva.pc libva-tpi.pc
 pcfiles += libva-x11.pc
 if USE_GLX
 pcfiles += libva-glx.pc
@@ -39,6 +39,6 @@ endif
 pkgconfigdir = @pkgconfigdir@
 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)
index da1ca60..ac54963 100644 (file)
@@ -172,5 +172,6 @@ AC_OUTPUT([
        libva.pc
        libva-x11.pc
        libva-glx.pc
+       libva-tpi.pc
 ])
 
diff --git a/libva-tpi.pc.in b/libva-tpi.pc.in
new file mode 100644 (file)
index 0000000..43616c0
--- /dev/null
@@ -0,0 +1,11 @@
+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}