diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-08 17:18:12 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-08 17:18:12 -0700 |
commit | 859828cc4fb989bc5b67d26991a090a9f37e7c05 (patch) | |
tree | 371888f49f4c6142f13e6c6bd2ae980f90758545 /configure.ac | |
parent | 9b8d2e76c395d6e1fcd09a61cd319cdc2d70c466 (diff) |
mesa: Bump the required libdrm version to reflect reality.
Not all drivers require the latest version, but distros are good at
tracking it since we've got a good record as far as not regressing, and
it sure beats having a weird compile failure in someone else's driver
later on.
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 95497af15f..2a67bd62b2 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR([bin]) AC_CANONICAL_HOST dnl Versions for external dependencies -LIBDRM_REQUIRED=2.4.3 +LIBDRM_REQUIRED=2.4.15 DRI2PROTO_REQUIRED=1.99.3 dnl Check for progs |