[Libva] [PATCH 5/5] i965_drv_video: Bump the libdrm dependency to 2.4.23 for I915_EXEC_BLT
Damien Lespiau
damien.lespiau at gmail.com
Thu Dec 16 07:57:16 PST 2010
From: Damien Lespiau <damien.lespiau at intel.com>
I915_EXEC_BLT has landed recently-ish in libdrm and you need v2.4.23 to
be able to compile the i965 driver.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8dbfe79..81b3c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,9 +104,9 @@ PKG_CHECK_MODULES([DRM], [libdrm])
PKG_CHECK_MODULES(GEN4ASM, [intel-gen4asm >= 1.1], [gen4asm=yes], [gen4asm=no])
AM_CONDITIONAL(HAVE_GEN4ASM, test x$gen4asm = xyes)
-# Check for libdrm >= 2.4.21 (needed for i965_drv_video.so)
-if test x$enable_i965_driver = xyes && ! $PKG_CONFIG --atleast-version=2.4.21 libdrm; then
- AC_MSG_WARN([libdrm < 2.4.21 found, disabling build of i965 video driver])
+# Check for libdrm >= 2.4.23 (needed for i965_drv_video.so)
+if test x$enable_i965_driver = xyes && ! $PKG_CONFIG --atleast-version=2.4.23 libdrm; then
+ AC_MSG_WARN([libdrm < 2.4.23 found, disabling build of i965 video driver])
enable_i965_driver=no
fi
AM_CONDITIONAL(BUILD_I965_DRIVER, test x$enable_i965_driver = xyes)
--
1.7.2.1
More information about the Libva
mailing list