summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-03-07 18:45:29 +0000
committerAdam Jackson <ajax@redhat.com>2018-03-21 10:06:07 -0400
commite0748b10a8621066b404d713a76826907da777b9 (patch)
treea703f4746347f10d4b03c49fbdec9914016013e4
parent8718d46157b9317554aba3e01b9919a1c0c28026 (diff)
configure: remove libdrm version check
We already require said version. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f82c0a66a..14fe34995 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1999,8 +1999,7 @@ if test "x$XORG" = xyes; then
fi
if test "x$DRM" = xyes; then
- dnl 2.4.46 is required for cursor hotspot support.
- PKG_CHECK_EXISTS(libdrm >= 2.4.46, XORG_DRIVER_MODESETTING=yes, XORG_DRIVER_MODESETTING=no)
+ XORG_DRIVER_MODESETTING=yes
fi
AC_SUBST([XORG_LIBS])