diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-13 20:07:32 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-13 20:07:32 +0200 |
commit | 878ac4c3ab3315e767801b53cabecebda583672f (patch) | |
tree | 90b1b1c64496bccbe2cbe726ed4aa2722aaeb6d8 /configure.ac | |
parent | 8f5387eb99b640771812d28a0b949aca729bf296 (diff) |
configure: require libdrm 2.4.45
We've started to use the VEBOX defines.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 1626ce85a9eb..6f23231b8835 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ if test "x$GCC" = "xyes"; then fi AC_SUBST(ASSEMBLER_WARN_CFLAGS) -PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.38 libdrm]) +PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.45 libdrm]) PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10]) # for testdisplay |