diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-02 21:16:53 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2006-11-02 22:18:06 +0200 |
commit | f917f65e8d2b13d8b9bfc4320f4a935f5a5c4bff (patch) | |
tree | 299655e3673590d1eaa0d93fc0d45e733cc3af39 /configure.ac | |
parent | ca8c148942371c9445f32985625ce38eabc016e1 (diff) |
Officially require libdrm 2.2.0
Note that this is only for the headers at compile-time. The driver still
uses libdrm 1.2.0 from Xserver at run-time.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca69b0e6..4aa61594 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_MSG_RESULT([$DRI]) AM_CONDITIONAL(DRI, test x$DRI = xyes) if test "$DRI" = yes; then - PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto]) + PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto]) AC_DEFINE(XF86DRI,1,[Enable DRI driver support]) AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support]) if test "$have_damage_h" = yes; then |