[Intel-gfx] [PATCH] build: Skip kms_plane and kms_sysfs_edid_timing on Android

Damien Lespiau damien.lespiau at intel.com
Tue Feb 18 15:20:32 CET 2014


On Tue, Feb 18, 2014 at 01:28:54PM +0000, joao.santos at intel.com wrote:
> From: Joao Santos <joao.santos at intel.com>
> 
> We do not have GLib there so it does not build.
>
> 
> Signed-off-by: Joao Santos <joao.santos at intel.com>
> ---
>  tests/Android.mk |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/Android.mk b/tests/Android.mk
> index 30be4a6..fa01721 100644
> --- a/tests/Android.mk
> +++ b/tests/Android.mk
> @@ -32,6 +32,8 @@ endef
>  #================#
>  
>  skip_tests_list := \
> +    kms_plane \
> +    kms_sysfs_edid_timing \

None of them use glib. Oh! there were spurious glib.h includes, that
explains it, I've pushed a couple of patches to remove them.

kms_plane uses cairo which I understand you don't have (yet! :).

What about kms_sysfs_edid_timing though? it's shell script that makes
sure we don't take an abnormal time to read the EDID from a monitor.
What's the problem you're seeing?

-- 
Damien



More information about the Intel-gfx mailing list