<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi,<BR>
<BR>
This patch fixes a reported problem in a cross-compile scenario. The $prefix is used in configure.ac to locate the main include directory. This will never be reliable. The correct value was already supplied by XORG_CFLAGS through pkg-config xorg-xserver.<BR>
<BR>
There are 3 more video drivers in the same situation:<BR>
./xf86-video-dummy/configure.ac<BR>
./xf86-video-ark/configure.ac<BR>
./xf86-video-apm/configure.ac<BR>
<BR>
I'll create the patches for those as well after this review.
</BODY>
</HTML>