mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +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:
parent
c91951de0e
commit
293dd478d7
@ -40,7 +40,7 @@ AC_PROG_LIBTOOL
|
|||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_CC_C_O
|
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
|
if test "x$have_drm" = "xyes"; then
|
||||||
AC_DEFINE([HAVE_DRM], 1, [Define to 1 if we have DRM support])
|
AC_DEFINE([HAVE_DRM], 1, [Define to 1 if we have DRM support])
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user