summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-08-21 11:42:53 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-09-03 11:11:02 +0800
commit4e349bb8e8857435d82fc7cbb3afcf5e36645f95 (patch)
treefdc5ba9359ab19271e432a9ed083e1c5bcf45747 /configure.ac
parent6a72604e46e66b2b7992a362da24c8f5a2c49d0c (diff)
downloadlibva-4e349bb8e8857435d82fc7cbb3afcf5e36645f95.tar.gz
Drop libva_display. Explicitly use libva-x11.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4be2b56..c3aba90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,7 +113,6 @@ libvacorelib=libva.la
libvabackendlib=libva-$LIBVA_DISPLAY.la
AC_SUBST([libvacorelib])
AC_SUBST([libvabackendlib])
-AC_SUBST(LIBVA_DISPLAY)
AC_OUTPUT([
Makefile
@@ -128,6 +127,6 @@ AC_OUTPUT([
i965_drv_video/shaders/render/Makefile
test/Makefile
libva.pc
- libva_display.pc
+ libva-x11.pc
])