[Mesa-dev] [PATCH] meson: Fix typo that breaks -Dgalium-xvmc=false
Kenneth Graunke
kenneth at whitecape.org
Fri Jun 22 17:16:08 UTC 2018
On Friday, June 22, 2018 10:10:51 AM PDT Dylan Baker wrote:
> _xmvc -> _xvmc. Sigh
>
> Fixes: a6943bb4ce99ea7af7222552f1326fb80823d0b2
> ("meson: Fix auto option for xvmc")
> Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index e88616c9e82..b2722c71e5b 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -441,7 +441,7 @@ elif not (with_gallium_r600 or with_gallium_nouveau)
> endif
> dep_xvmc = null_dep
> with_gallium_xvmc = false
> -if _xmvc != 'false'
> +if _xvmc != 'false'
> dep_xvmc = dependency('xvmc', version : '>= 1.0.6', required : _xvmc == 'true')
> with_gallium_xvmc = dep_xvmc.found()
> endif
>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180622/323fd119/attachment-0001.sig>
More information about the mesa-dev
mailing list