[PATCH xserver 1/5] configure: remove libdrm version check

Emil Velikov emil.l.velikov at gmail.com
Tue Mar 20 16:41:19 UTC 2018


On 7 March 2018 at 18:45, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> We already require said version.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  configure.ac | 3 +--
>  1 file changed, 1 insertion(+), 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
Humble ping?

Patch 2 might need a respin based on the feedback from Daniel/Louis.
Although the rest of the series should be pretty trivial.

Thanks
Emil


More information about the xorg-devel mailing list