On 21 November 2012 17:21, Martin Jansa <[email protected]> wrote: >> > So I'm wondering if it was tested at all. >> > >> > With xf86-video-omapfb not ported to xserver-1.13 video API it makes new >> > default xserver from oe-core unusable on many armv7a machines.. >> >> /usr/include/xorg/dri.h probably existed on the machine it was tested >> on. I appreciate this needs to get fixed but I know it was tested. > > Doesn't AC_CHECK_FILE macro fail the same when it does exist?
AC_CHECK_FILE always fails when cross-compiling. Any instances of it should be replaced with something more useful - especially header checks that should be using pkgconfig. I recommend patching the build to use pkgconfig and sending the patch upstream. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
