[Mesa-dev] [PATCH mesa] meson: fix platforms check for `-D egl=true`
Dylan Baker
dylan at pnwbakers.com
Mon Jun 4 18:01:49 UTC 2018
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Quoting Eric Engestrom (2018-06-04 03:46:32)
> Fixes: 0ed6a87a106b6e2266e0 "meson: fix platforms=[]"
> Reported-by: Christoph Haag <haagch at frickel.club>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 7b7c118d77b11cc38f7b..1d1b2a979b1de80ddd06 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -292,7 +292,7 @@ elif _egl == 'true'
> error('EGL requires dri')
> elif not with_shared_glapi
> error('EGL requires shared-glapi')
> - elif with_platforms
> + elif not with_platforms
> error('No platforms specified, consider -Dplatforms=drm,x11 at least')
> elif not ['disabled', 'dri'].contains(with_glx)
> error('EGL requires dri, but a GLX is being built without dri')
> --
> Cheers,
> Eric
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180604/9188777d/attachment.sig>
More information about the mesa-dev
mailing list