[PATCH xserver] modesetting: Require sufficiently new libdrm

Alex Deucher alexdeucher at gmail.com
Wed Jan 27 09:35:00 PST 2016


On Wed, Jan 27, 2016 at 11:50 AM, Adam Jackson <ajax at redhat.com> wrote:
> Bugzilla: https://bugs.freedesktop.org/93883
> Signed-off-by: Adam Jackson <ajax at redhat.com>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  configure.ac | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index ac3bb64..312fc69 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2035,8 +2035,7 @@ if test "x$XORG" = xyes; then
>
>         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
> +               PKG_CHECK_EXISTS(libdrm >= 2.4.46, XORG_DRIVER_MODESETTING=yes, XORG_DRIVER_MODESETTING=no)
>         fi
>
>         AC_SUBST([XORG_LIBS])
> --
> 2.5.0
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list