diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2013-12-16 06:05:35 -0800 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2013-12-19 07:46:20 -0800 |
commit | c8e1c498431b1f8758f62c94131c302cf3d07b39 (patch) | |
tree | a3f29d800d1a7b94e0e18db10c33a97f07ca15c6 /vmwgfx/Makefile.am | |
parent | f45a551e9b70ccec8f92df02747d4e2af299cf8c (diff) |
vmwgfx: Add an infrastructure to be able to run hosted under a compositor v2
Figure out what's needed both for XMir and XWayland and make a common
driver structure out of it.
v2: Added a lot of comments. No code change.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'vmwgfx/Makefile.am')
-rw-r--r-- | vmwgfx/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vmwgfx/Makefile.am b/vmwgfx/Makefile.am index 269d870..2b0380b 100644 --- a/vmwgfx/Makefile.am +++ b/vmwgfx/Makefile.am @@ -25,5 +25,8 @@ libvmwgfx_la_SOURCES = \ vmwgfx_ctrl.h \ vmwgfx_xa_composite.c \ vmwgfx_xa_surface.c \ + vmwgfx_hosted.c \ + vmwgfx_hosted.h \ + vmwgfx_hosted_priv.h \ wsbm_util.h endif |