[Mesa-dev] [PATCH] meson: drop the xcb-xrandr version requirement

Marek Olšák maraeo at gmail.com
Wed Jan 30 17:32:52 UTC 2019


ping

On Fri, Jan 25, 2019 at 5:48 PM Marek Olšák <maraeo at gmail.com> wrote:

> From: Marek Olšák <marek.olsak at amd.com>
>
> autotools doesn't have any requirement. This fixes meson on Ubuntu 16.04.
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 34e2a032548..7f16c3070fe 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1389,21 +1389,21 @@ if with_platform_x11
>        dep_xxf86vm = dependency('xxf86vm')
>      endif
>      dep_glproto = dependency('glproto', version : '>= 1.4.14')
>    endif
>    if (with_egl or (
>        with_gallium_vdpau or with_gallium_xvmc or with_gallium_xa or
>        with_gallium_omx != 'disabled'))
>      dep_xcb_xfixes = dependency('xcb-xfixes')
>    endif
>    if with_xlib_lease
> -    dep_xcb_xrandr = dependency('xcb-randr', version : '>= 1.12')
> +    dep_xcb_xrandr = dependency('xcb-randr')
>      dep_xlib_xrandr = dependency('xrandr', version : '>= 1.3')
>    endif
>  endif
>
>  if get_option('gallium-extra-hud')
>    pre_args += '-DHAVE_GALLIUM_EXTRA_HUD=1'
>  endif
>
>  _sensors = get_option('lmsensors')
>  if _sensors != 'false'
> --
> 2.17.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190130/386e8670/attachment.html>


More information about the mesa-dev mailing list