diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-24 01:44:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-04 15:18:29 +0100 |
commit | 42d94356f65972eb7fb8991234a4e9388c4c2031 (patch) | |
tree | 94ee6a9dc6f87762e581d99899c82826579b9f26 /src/sna/Makefile.am | |
parent | f906a4de62856df5b2536ce9704750c3530636fa (diff) |
sna: Add XMir support
With lots of updates by Christopher James Halse Rogers as he updated the
XMir API - but now supposedly frozen!
"<RAOF> ickle: I think the xmir api should be pretty much stable now,
barring people coming up with more awesome ways of doing things."
Signed-off-by: Christopher James Halse Rogers <raof@ubuntu.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 5d5417ec..1c5dda0b 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -75,6 +75,7 @@ libsna_la_SOURCES = \ sna_video_overlay.c \ sna_video_sprite.c \ sna_video_textured.c \ + sna_xmir.c \ gen2_render.c \ gen2_render.h \ gen3_render.c \ |