Re: [Mesa-dev] [PATCH 2/9] meson: recommend building the surfaceless platform

2018-02-23 Thread Dylan Baker
Quoting Emil Velikov (2018-02-23 11:32:01)
> From: Emil Velikov 
> 
> It has no special requirements, size and build-time is effectively zero.
> 
> Signed-off-by: Emil Velikov 
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 8cf67b81715..3329eb9f7be 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -315,7 +315,7 @@ elif _egl == 'true'
>elif not with_shared_glapi
>  error('EGL requires shared-glapi')
>elif egl_native_platform == ''
> -error('No platforms specified, consider -Dplatforms=drm,x11 at least')
> +error('No platforms specified, consider -Dplatforms=drm,x11,surfaceless 
> at least')
>endif
>with_egl = true
>  else
> -- 
> 2.16.0

I don't have a strong opinion either way. You're absolutely right that it
basically is free to build, it's also pretty much useless except for ChromeOS
and a few test platforms.

Acked-by: Dylan Baker 


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 2/9] meson: recommend building the surfaceless platform

2018-02-23 Thread Emil Velikov
From: Emil Velikov 

It has no special requirements, size and build-time is effectively zero.

Signed-off-by: Emil Velikov 
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 8cf67b81715..3329eb9f7be 100644
--- a/meson.build
+++ b/meson.build
@@ -315,7 +315,7 @@ elif _egl == 'true'
   elif not with_shared_glapi
 error('EGL requires shared-glapi')
   elif egl_native_platform == ''
-error('No platforms specified, consider -Dplatforms=drm,x11 at least')
+error('No platforms specified, consider -Dplatforms=drm,x11,surfaceless at 
least')
   endif
   with_egl = true
 else
-- 
2.16.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev