mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-13 01:12:56 +00:00
configure: Bump the libdrm dependency
Whoops, should have done this ages ago for I915_EXEC_BLT Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.6], have_drm=yes, have_drm=no)
|
||||
PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.23], have_drm=yes, have_drm=no)
|
||||
if test "x$have_drm" = "xyes"; then
|
||||
AC_DEFINE([HAVE_DRM], 1, [Define to 1 if we have DRM support])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user