diff options
| author | Brian <brianp@vmware.com> | 2009-01-10 16:32:32 -0700 | 
|---|---|---|
| committer | Brian <brianp@vmware.com> | 2009-01-10 16:32:32 -0700 | 
| commit | 44557bf065b89abc45c24829c6ba7395925463e8 (patch) | |
| tree | ee0d36da537c0a5b3adfe2c1172416ed1ad12b50 | |
| parent | f1455ca5f411ee8f7d992682e3e9c55d82e75715 (diff) | |
mesa: require libdrm 2.4.3 in configure.ac
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 97cb298d39..d3a93645e8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_AUX_DIR([bin])  AC_CANONICAL_HOST  dnl Versions for external dependencies -LIBDRM_REQUIRED=2.3.1 +LIBDRM_REQUIRED=2.4.3  DRI2PROTO_REQUIRED=1.99.3  dnl Check for progs | 
