[Openchrome-devel] [PATCH 1/2] Lower libdrm requirement to 2.0

Xavier Bachelot xavier
Mon Jul 30 12:16:38 PDT 2012


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9a324b7..9f4cf3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,7 @@ if test x$XSERVER_LIBPCIACCESS = xyes; then
 fi
  if test "$DRI" != no; then
-        PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto])
+        PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto])
         save_CPPFLAGS="$CPPFLAGS"
         CPPFLAGS="$XORG_CFLAGS $DRI_CFLAGS"
         AC_CHECK_HEADER([dri.h],
-- 
1.7.11.2


-------------- next part --------------




More information about the Openchrome-devel mailing list