diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-21 23:50:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 07:33:46 +0000 |
commit | a7fe0d17c50d9b38ce33fe39e677da349d1d358c (patch) | |
tree | 4ed7d47ea5e8d7fdd855e6d885d936f9952d7073 /meta/recipes-devtools | |
parent | 654d5816f8ff696d42d72cfb881d5e51330a79b6 (diff) | |
download | openembedded-core-a7fe0d17c50d9b38ce33fe39e677da349d1d358c.tar.gz openembedded-core-a7fe0d17c50d9b38ce33fe39e677da349d1d358c.tar.bz2 openembedded-core-a7fe0d17c50d9b38ce33fe39e677da349d1d358c.zip |
xf86-video-omap: don't use AC_CHECK_FILE
Upstream uses AC_CHECK_FILE to find dri.h, but that errors out when
cross-compiling. Until oe-core 1b0d9cb1801a8eb68c82dfcda5a1da420ac8dd83 this
wasn't a problem because we patched AC_CHECK_FILE to always pass, which was a
nasty hack.
Patch configure.ac to use pkg-config like it should, and not AC_CHECK_FILE.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions