Someone asked me to put the kms_sysfs_edid_timing for the same reason, I honestly didn't check it myself. I think we should still add kms_plane to the skip_list because otherwise it blocks anyone who tries to build igt tests. I'll send another patch if that's alright (?). Joao. -----Original Message----- From: Lespiau, Damien Sent: Tuesday, February 18, 2014 2:21 PM To: Santos, Joao Cc: intel-gfx@xxxxxxxxxxxxxxxxxxxxx Subject: Re: [PATCH] build: Skip kms_plane and kms_sysfs_edid_timing on Android On Tue, Feb 18, 2014 at 01:28:54PM +0000, joao.santos@xxxxxxxxx wrote: > From: Joao Santos <joao.santos@xxxxxxxxx> > > We do not have GLib there so it does not build. > > > Signed-off-by: Joao Santos <joao.santos@xxxxxxxxx> > --- > 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx