diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-07-10 00:32:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-10 09:32:01 +0100 |
commit | 78dc0c04745ad4485b994f67833f4a155749f01d (patch) | |
tree | 361f33026ecf0a467d68c2ad7ba96fa4c3c8b925 /src/legacy/i810/i810_video.c | |
parent | 45ab003a5860fd4290df24739d2520fddfe27a8f (diff) |
i810: Make XAA optional
Don't build XAA when it's not available, or when we don't want it.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/legacy/i810/i810_video.c')
-rw-r--r-- | src/legacy/i810/i810_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/legacy/i810/i810_video.c b/src/legacy/i810/i810_video.c index 56d04a48..4ebad661 100644 --- a/src/legacy/i810/i810_video.c +++ b/src/legacy/i810/i810_video.c @@ -49,8 +49,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i810.h" #include "xf86xv.h" #include <X11/extensions/Xv.h> -#include "xaa.h" -#include "xaalocal.h" #include "dixstruct.h" #include "fourcc.h" |